• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #define FOO 1
2 #define BAR 4
3 #define BAZ (FOO + BAR)
4 
5 #define MIN (1 << 63)
6 
7 #define BARR (1 << 0)
8 #define BAZZ ((1 << 1) + BAZ)
9 #define I_RAN_OUT_OF_DUMB_NAMES (BARR | BAZZ)
10 
11 /* I haz a comment */
12 #define HAZ_A_COMMENT BARR
13 
14 #define HAZ_A_COMMENT_INSIDE (/* comment for real */ BARR + FOO)
15