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