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