shithub: mc

ref: 750ff49e933c8c1494b77a40585e0bcfeac88156
dir: /test/sizeof.myr/

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