Daniel Dunbar | 4fcfde4 | 2009-11-08 01:45:36 +0000 | [diff] [blame^] | 1 | // RUN: clang-cc -emit-pch -o %t %S/preprocess.h |
Douglas Gregor | b64c193 | 2009-05-12 01:31:05 +0000 | [diff] [blame] | 2 | // RUN: clang-cc -include-pch %t -E -o - %s | grep -c "a_typedef" | count 1 |
3 | #include "preprocess.h" | ||||
4 | |||||
5 | int a_value; |