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