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