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