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