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