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