main.c 97 Bytes Raw Blame History Permalink 1 2 3 4 5 #include "foo.h" int main() { const char *s = "Hello MacABI!"; return foo(); // break here }