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