Chris Lattner | 4dcf151a | 2009-04-22 05:57:30 +0000 | [diff] [blame^] | 1 | // 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 |