Daily bump.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.law / operators17.C
blob9c1a03b553167883b05dc8d83a7eb3f7037d7adf
1 // Build don't link: 
2 // Special g++ Options: -Wall -pedantic-errors
3 // GROUPS passed operators
4 // copy file
5 // From: gfm@mencon.mencon.oz.au (Graham Menhennitt)
6 // Date:     Thu, 29 Apr 93 20:53:07 EST
7 // Subject:  4 bugs in g++ 2.3.3
8 // Message-ID: <9304291053.AA00090@mencon>
10         struct A {
11                 A& operator = (const A& a) {}// ERROR - XFAIL
12         };