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