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