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