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