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