ref: 1779c6b7aedf6bb7665b8f650f37958340f3177c dir: /test/sizeof.myr/
use std /* checks that sizeof() works. exits with 4. */ const main = { std.exit(sizeof(int)) }