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