mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-22 04:55:50 -04:00

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;
|
|
}
|
|
|