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