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