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