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