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