shithub: mc

ref: 323f7cc44629fbac0375236b37c7673434eddb69
dir: /test/sizeof.myr/

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