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