5 lines
73 B
Objective-C
5 lines
73 B
Objective-C
#include "f.h"
|
|
int main() {
|
|
f(); // Set breakpoint here.
|
|
return 0;
|
|
}
|