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