
TODO: Add a separate testcase testing *only* Foundation implementation details! <rdar://problem/37252738> llvm-svn: 324655
9 lines
82 B
Objective-C
9 lines
82 B
Objective-C
#include "myModule.h"
|
|
|
|
void public_func() {}
|
|
|
|
int private_func() {
|
|
return 5;
|
|
}
|
|
|