269 kamil@rugged /public/dbc $ cat hello.b main(){extrn putchar;putchar('hello!*n');} 270 kamil@rugged /public/dbc $ ./dbrc ./hello.b 271 kamil@rugged /public/dbc $ file ./a.out ./a.out: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, for NetBSD 7.0, not stripped 272 kamil@rugged /public/dbc $ ./a.out hello!