Files @ 393872d4a8f8
Branch filter:

Location: CSY/reowolf/testdata/parser/negative/2.pdl

MH
yet another bit of progress on type inference
#version 100

// duplicate procedures
composite main(in a, out b) {
	id(a, d); 
}

primitive main(in a, out b) {
	skip;
}