android_mt6572_jiabo/external/clang/test/Preprocessor/include-directive3.c
2025-09-05 16:56:03 +08:00

3 lines
151 B
C

// 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