shithub: mc

ref: 2bc852bda98762d3bc01548bf972e3f1b137fbfb
dir: /test/sizeof.myr/

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