xref: /llvm-project/clang/test/Preprocessor/include-header-file-and-dir.c (revision 50fcf7285eeb001d751eadac5d001a0e216fd701)
1 // RUN: %clang_cc1 -E -P %s -I%S/Inputs/include-file-and-dir -I%S/Inputs/include-file-and-dir/incdir -o - | FileCheck %s
2 #include "file-and-dir/foo.h"
3 
4 // CHECK: included_foo_dot_h
5