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