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