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