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