minix/external/bsd/llvm/dist/clang/test/Preprocessor/include-directive3.c

4 lines
151 B
C
Raw Normal View History

// RUN: %clang_cc1 -include %S/file_to_include.h -E %s -fno-caret-diagnostics 2>&1 >/dev/null | grep 'file successfully included' | count 1
// PR3464