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