blob: 92069d902fd0b9aa4f511e65676d1396cf572444 [file] [log] [blame]
#include "foo.h"
int main() {
const char *s = "Hello MacABI!";
return foo(); // break here
}