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