shithub: mc

ref: 4d23a296e341f76b62c91f1196221caeefe25e5a
dir: /test/sizeof.myr/

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