blob: 05c4140424a59737c19ea9f1c31083d8ec497598 [file] [log] [blame]
main( ) {
extrn a, b, c;
putchar(a); putchar(b); putchar(c); putchar('!*n');
}
a 'hell';
b 'o, w';
c 'orld';