xref: /aosp_15_r20/external/clang/test/PCH/emit-pth.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-pth -o %t1 %s
2 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-pth -o - %s > %t2
3 // RUN: cmp %t1 %t2
4 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-pth -o - %s | \
5 // RUN: FileCheck %s
6 
7 // CHECK: cfe-pth
8