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