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