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