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