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