blob: 7a373217b6fcdcf9c2682e4b342b8fe9b4fdeb19 [file] [log] [blame]
Chris Lattner4dcf151a2009-04-22 05:57:30 +00001// Test this without pch.
2// RUN: clang-cc -fblocks -include %S/objc_exprs.h -fsyntax-only -verify %s &&
3
4// Test with pch.
5// RUN: clang-cc -x objective-c-header -emit-pch -fblocks -o %t %S/objc_exprs.h &&
6// RUN: clang-cc -fblocks -include-pch %t -fsyntax-only -verify %s
7