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