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