blob: 65688f70a310623e769e7aa9a4f721d4a2f1f223 [file] [log] [blame]
// 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++;
}