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