mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-21 12:35:47 -04:00

TODO: Add a separate testcase testing *only* Foundation implementation details! <rdar://problem/37252738> llvm-svn: 324655
8 lines
126 B
Objective-C
8 lines
126 B
Objective-C
@import myModule;
|
|
@import minmax;
|
|
|
|
int main(int argc, char **argv) {
|
|
public_func(); // Set breakpoint 0 here.
|
|
return 0;
|
|
}
|