blob: 4d1c6f2072c15dfad2989bfcb2ed9e6915602c47 [file] [log] [blame]
// { dg-do assemble }
// { dg-options "-Wno-pointer-arith" }
// 981203 bkoz
// g++/15054
// note that -pedantic also turns on this warning
void cuba(void) {
void* p;
p++;
}