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