blob: 2bdc7dc8746eae06a3e8af405f17be9192b09fc9 [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc -x c-header %s -o %t &&
2// RUN: clang-cc -include-pth %t %s -E | grep 'file_to_include' | count 2
Ted Kremenek01c499d2009-03-20 23:45:36 +00003#include "file_to_include.h"