summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/include-pth.c
blob: 2bdc7dc8746eae06a3e8af405f17be9192b09fc9 (plain)
1
2
3
// RUN: clang-cc -x c-header %s -o %t && 
// RUN: clang-cc -include-pth %t %s -E | grep 'file_to_include' | count 2
#include "file_to_include.h"
OpenPOWER on IntegriCloud