shithub: mc

ref: 6734665cb2214ce148e46b719ed6ae36d266f037
dir: /test/sizeof.myr/

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