Daniel Dunbar | 0b5b0da | 2009-04-01 05:09:09 +0000 | [diff] [blame] | 1 | // RUN: clang-cc -emit-pth %s -o %t && |
Daniel Dunbar | d7d5f02 | 2009-03-24 02:24:46 +0000 | [diff] [blame] | 2 | // RUN: clang-cc -include-pth %t %s -E | grep 'file_to_include' | count 2 |
Ted Kremenek | 01c499d | 2009-03-20 23:45:36 +0000 | [diff] [blame] | 3 | #include "file_to_include.h" |