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