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