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