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