Home | History | Annotate | Download | only in Preprocessor
      1 // RUN: %clang_cc1 -E %s 2>&1 | not grep "warning\|error"
      2 
      3 #if 0
      4 
      5 // Shouldn't get warnings here.
      6 ??( ??)
      7 
      8 // Should not get an error here.
      9 ` ` ` `
     10 #endif
     11