blob: 128cc0acb97361c3bdd3251964216bce25683c98 [file] [log] [blame]
// RUN: clang-cc -emit-pch -o %t %S/preprocess.h &&
// RUN: clang-cc -include-pch %t -E -o - %s | grep -c "a_typedef" | count 1
#include "preprocess.h"
int a_value;