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