// { dg-do assemble }// GROUPS passed prefix-postfixclassfoo{public:operator++();// { dg-error "" } no type or storage class};intmain(){foox;// This should fall back to calling operator++(), and be an error with// the -pedantic flag.x++;// { dg-error "" } }