llvm-for-llvmta/tools/clang/test/Preprocessor/include-header-file-and-dir.c

5 lines
181 B
C
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
// RUN: %clang_cc1 -E -P %s -I%S/Inputs/include-file-and-dir -I%S/Inputs/include-file-and-dir/incdir -o - | FileCheck %s
#include "file-and-dir/foo.h"
// CHECK: included_foo_dot_h