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