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