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