xref: /aosp_15_r20/external/clang/test/PCH/pth.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
1*67e74705SXin Li // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-pth -o %t %S/pth.h
2*67e74705SXin Li // RUN: not %clang_cc1 -triple i386-unknown-unknown -include-pth %t -fsyntax-only %s 2>&1 | FileCheck %s
3*67e74705SXin Li 
4*67e74705SXin Li #error This is the only diagnostic
5*67e74705SXin Li 
6*67e74705SXin Li // CHECK: This is the only diagnostic
7*67e74705SXin Li // CHECK: 1 error generated.
8