shithub: mc

ref: c104f230dc27e371b3cdc1893127ad74891bb0ec
dir: /test/sizeof.myr/

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