modernc.org/cc@v1.0.1/testdata/example-6.10.3.5-6.h (about) 1 #define OBJ_LIKE (1-1) 2 #define OBJ_LIKE /* white space */ (1-1) /* other */ 3 #define FUNC_LIKE(a) ( a ) 4 #define FUNC_LIKE( a ) ( /* note the white space */ a /* other stuff on this line */ ) 5 #define FUNC_LIKE( a ) ( /* note the white space */ \ 6 a /* other stuff on this line 7 */ ) 8 ok