shithub: mc

ref: 1b3aab8fc6ba53376a2eff03ca08eea379b79734
dir: /test/sizeof.myr/

View raw version
use std
/* checks that sizeof() works. exits with 4. */
const main = {
	std.exit(sizeof(int))
}