1  
       2  // expands a macro (inside #if conditional) inside forced header.
       3  // modelled on glibc's stdc_predef.h
       4  
       5  // some builtin macro
       6  # if __GNUC__ > 0
       7  # endif
       1  
       2  // expands a macro (inside #if conditional) inside forced header.
       3  // modelled on glibc's stdc_predef.h
       4  
       5  // some builtin macro
       6  # if __GNUC__ > 0
       7  # endif