blob: 128cc0acb97361c3bdd3251964216bce25683c98 [file] [log] [blame]
Douglas Gregorb64c1932009-05-12 01:31:05 +00001// RUN: clang-cc -emit-pch -o %t %S/preprocess.h &&
2// RUN: clang-cc -include-pch %t -E -o - %s | grep -c "a_typedef" | count 1
3#include "preprocess.h"
4
5int a_value;