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