shithub: mc

ref: 08abd441a43b7bcac3be65746612a2ef96799c80
dir: /test/sizeof.myr/

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