// Place global declarations here. typedef int[0,1] ids; bool blocked[ids]; int turn = 0;// Place template instantiations here. p1 = Process(0); p2 = Process(1); // List one or more processes to be composed into a system. system p1, p2;