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