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