mirror of
https://github.com/helix-editor/helix
synced 2026-07-27 11:10:52 +02:00
6 lines
131 B
C
6 lines
131 B
C
enum E { RED, GREEN };
|
|
// ^ @constant
|
|
// ^ @constant
|
|
int f(void) { return RED; }
|
|
// ^ @constant
|