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