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