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