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