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