always @(a) // a pasa a valer 1 begin b = a; // b vale 1 c = b; // c vale 1 end