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