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