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