shithub: mc

ref: d4b076847c6216bf3cc329bdd9c73a2126a8fe7b
dir: /test/sizeof.myr/

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