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