brintos

brintos / llvm-project-archived public Read only

0
0
Text · 181 B · 8da95ce Raw
5 lines · c
1// RUN: %clang_cc1 -E -P %s -I%S/Inputs/include-file-and-dir -I%S/Inputs/include-file-and-dir/incdir -o - | FileCheck %s2#include "file-and-dir/foo.h"3 4// CHECK: included_foo_dot_h5