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