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