int main() {
  const char *s = "Hello macCatalyst!";
  return 0; // break here
}
