llvm-for-llvmta/tools/clang/test/Preprocessor/include-header-file-and-dir.c
Nils Hölscher 7f403f4f1e added clang
2022-04-25 13:02:35 +02:00

5 lines
181 B
C

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