shithub: mc

ref: 228b30bfe204fc490e16eec6ba5484991a765074
dir: /test/sizeof.myr/

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