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