//Insert declarations of global clocks, variables, constants and channels. struct { int x; int y } p; void test() { p.x++; p.y = p.x +1; } //Insert process assignments. //Edit system definition. system P;