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