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