shithub: mc

ref: 68cbebc85a6394a3e23a75f911330eed9022629c
dir: /test/sizeof.myr/

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