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