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