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