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