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