shithub: mc

ref: 771a60a124adfbe6b98bd74da195d046fd554f1d
dir: /test/sizeof.myr/

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