Files @ 7d01f1245b7c
Branch filter:

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

mh
Everything compiles again, pending restructuring of shared runtime objects
#version 100

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

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