modernc.org/cc@v1.0.1/v2/testdata/cpp-expand/010.c.expect (about)

     1  
     2  
     3  
     4  
     5  
     6  
     7  int test = 4;
     8  
     9  
    10  
    11  int main (void) {
    12  return test;
    13  }