aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.benjamin/15054.C
blob: 65688f70a310623e769e7aa9a4f721d4a2f1f223 (plain)
1
2
3
4
5
6
7
8
9
10
// 981203 bkoz
// g++/15054
// Build don't link: 
// Special g++ Options: -Wno-pointer-arith
// note that -pedantic also turns on this warning

void cuba(void) {
  void* p; 
  p++;
}