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