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