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