Files @ 0c617cc162dd
Branch filter:

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

Christopher Esterhuyse
conitnued continuing refactor (safe state) nonsyncprotocontext now correctly uses the rollback-safe current_state structure for modifying port information
#version 100

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

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