blob: b71db63e67ca480bcd41764551b746b82a5b0cf1 [file] [log] [blame]
Douglas Gregor025452f2009-04-17 00:04:06 +00001// Test this without pch.
2// RUN: clang-cc -fblocks -include %S/stmts.h -fsyntax-only -emit-llvm -o - %s
3
4// Test with pch.
5// RUN: clang-cc -emit-pch -fblocks -o %t %S/stmts.h &&
6// RUN: clang-cc -fblocks -include-pch %t -fsyntax-only -emit-llvm -o - %s
7
8void g0(void) { f0(5); }