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