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