shithub: mc

ref: 332da77476a90dd8504d6100ad30380a3e82fe03
dir: /test/sizeof.myr/

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