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