Daniel Dunbar | 4fcfde4 | 2009-11-08 01:45:36 +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" |