modernc.org/cc@v1.0.1/testdata/issue3.h (about)

     1  #define FOO 3
     2  
     3  void foo(int a, int b);
     4  
     5  #define do_foo(x) \
     6    foo(x, FOO)