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