disabled-cond-diags.c 157 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 // RUN: %clang_cc1 -E -verify %s // expected-no-diagnostics #if 0 // Shouldn't get warnings here. ??( ??) // Should not get an error here. ` ` ` ` #endif