1*6ee01a09Smpi/* 2*6ee01a09Smpi * Multi-lines comment. 3*6ee01a09Smpi */ 4*6ee01a09SmpiEND 5*6ee01a09Smpi// comment after probe 6*6ee01a09Smpi{ 7*6ee01a09Smpi printf("followed by a comment\n"); 8*6ee01a09Smpi // comment that should be skipped (off-by one test) 9*6ee01a09Smpi} 10*6ee01a09Smpi/* Another comment */ 11