1@import Umbrella;
2int main(int argc, char **argv) {
3  f(); // break here
4  return 0;
5}
6