#include int N = 5; /* number of threads */ $proc threads[N]; // the threads void run(int tid) { $assert 0==1; // why isn't this run? while (1==1) { } } void main() { for (int i=0; i