summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Inputs/Frameworks/DocCommentsB.framework/Headers/DocCommentsB.h
blob: af279e3ce5f9c18e961aa59861565749279862f4 (plain)
1
2
3
4
5
6
7
/// Comment for 'functionFromDocCommentsB1'.
void functionFromDocCommentsB1(void);

#import <DocCommentsC/DocCommentsC.h>

/// Comment for 'functionFromDocCommentsB2'.
void functionFromDocCommentsB2(void);
OpenPOWER on IntegriCloud