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