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