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