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