Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
at-import-in-framework-header
/
A.framework
/
Headers
/
A.h
1
@import B;
2
int foo();
3