shithub: mc

ref: 82b14a44660222bab4c91275faa409bd224718fd
dir: /test/sizeof.myr/

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