repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
dump_import.m
blob
20424ad507bda8bad5da9ac6dd6113b31f28ff67
1
// RUN: %clang_cc1 -E -dI %s -o - | FileCheck %s
2
// CHECK: {{^}}#import "dump_
3
4
// See also `dump_include.c` which tests other inclusion cases with `-dI`.
5
6
#import "dump_import.h"