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