shithub: mc

ref: 996f8ee34ea615532312cb67df423ad48e2e4278
dir: /test/sizeof.myr/

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