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