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