shithub: mc

ref: 3400b0428b9147012553c6f2280147d8dc99bbf1
dir: /test/sizeof.myr/

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