1 // Test this without pch.
2 // RUN: %clang_cc1 %s -include %s -verify -fsyntax-only
5 // RUN: %clang_cc1 %s -emit-pch -o %t
6 // RUN: %clang_cc1 %s -include-pch %t -verify -fsyntax-only
8 // expected-no-diagnostics
13 #pragma clang diagnostic ignored "-Wtautological-compare"