shithub: mc

ref: 0113cd12d5ce3faae500772c76018f0ad4dd776a
dir: /test/sizeof.myr/

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