5 lines
84 B
Objective-C
5 lines
84 B
Objective-C
@import Umbrella;
|
|
int main() {
|
|
struct S s = getS(); // break here
|
|
return s.i;
|
|
}
|