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