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