shithub: mc

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

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