Example of constant in Go: ``` #define T_EOF 0x0000 /* parser-specific */ #define T_SPACE 0x0001 #define T_TAB 0x0002 ```