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