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