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