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