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