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