shithub: mc

ref: 8586a998a576277bd1ff5d1ccd02c4c01224c261
dir: /test/sizeof.myr/

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