mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-21 20:45:53 -04:00

It isn't actually necessary for what we are testing here and should fix the test on the Linux bots. llvm-svn: 326634
6 lines
73 B
Objective-C
6 lines
73 B
Objective-C
#include "f.h"
|
|
int main() {
|
|
f(); // Set breakpoint here.
|
|
return 0;
|
|
}
|