[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Preprocessor / include-header-file-and-dir.c
blob8da95ce9b5f245a75780aca28ab05aa5d1aa3b26
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"
4 // CHECK: included_foo_dot_h