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