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