disabled-cond-diags.c 157 B

1234567891011
  1. // RUN: %clang_cc1 -E -verify %s
  2. // expected-no-diagnostics
  3. #if 0
  4. // Shouldn't get warnings here.
  5. ??( ??)
  6. // Should not get an error here.
  7. ` ` ` `
  8. #endif