blob: bd91e5c118aed2a58d26a96ca1971ace045c4378 [file] [log] [blame]
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00001// RUN: clang-cc -emit-pch -o %t %S/preprocess.h
Douglas Gregorb64c1932009-05-12 01:31:05 +00002// RUN: clang-cc -include-pch %t -E -o - %s | grep -c "a_typedef" | count 1
3#include "preprocess.h"
4
5int a_value;