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