shithub: mc

ref: 765c9f00afd476527770591b24e3d7a08695a691
dir: /test/sizeof.myr/

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