OSDN Git Service

2003-01-08 Larin Hennessey <larin@science.oregonstate.edu>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.benjamin / 15054.C
1 // 981203 bkoz
2 // g++/15054
3 // Build don't link: 
4 // Special g++ Options: -Wno-pointer-arith
5 // note that -pedantic also turns on this warning
6
7 void cuba(void) {
8   void* p; 
9   p++;
10 }