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