first.m 87 Bytes
@import Umbrella;
int main(int argc, char **argv) {
  f(); // break here
  return 0;
}