Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.benjamin / 15054.C
blob4d1c6f2072c15dfad2989bfcb2ed9e6915602c47
1 // { dg-do assemble  }
2 // { dg-options "-Wno-pointer-arith" }
3 // 981203 bkoz
4 // g++/15054
5 // note that -pedantic also turns on this warning
7 void cuba(void) {
8   void* p; 
9   p++;