Clang Project
clang_source_code
/
test
/
VFS
/
Inputs
/
public_header.h
1
#import <SomeFramework/public_header2.h>
2
#import "public_header3.h" // includer-relative
3
void from_framework(void);
4