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