5 lines
102 B
C
5 lines
102 B
C
#include "foo.h"
|
|
int main() {
|
|
const char *s = "Hello macCatalyst!";
|
|
return foo(); // break here
|
|
}
|