shithub: mc

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

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