shithub: mc

ref: 5de1231c0605526b22779dd827cc96461de40f77
dir: /test/sizeof.myr/

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