1@import Umbrella;
2int main() {
3  struct S s = getS(); // break here
4  return s.i;
5}
6