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