//Insert declarations of global clocks, variables, constants and channels. int i = 0; int f() { return i; } int j = f();//Insert process assignments. //Edit system definition. system P;