Home | History | Annotate | Download | only in tests
      1 /* FAIL: redefinition of a() */
      2 
      3 void a()
      4 {
      5 	;
      6 }
      7 
      8 void a()
      9 {
     10 	;
     11 }
     12