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