1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 06:22:56 +02:00
llvm-mirror/test/FrontendC/2007-05-08-PCH.c

8 lines
85 B
C
Raw Normal View History

2007-05-08 20:08:20 +02:00
// PR 1400
// RUN: %llvmgcc -x c-header %s -o /dev/null
int main() {
return 0;
}