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