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