From-SVN: r25941
This commit is contained in:
Jason Merrill 1999-03-23 21:36:33 -05:00
parent 6a629cac2b
commit d986e15aa3

View File

@ -17,8 +17,3 @@ int main(){
double *pa = a + 1; // gets bogus error - should convert double *pa = a + 1; // gets bogus error - should convert
return 0; return 0;
} }