2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / empty2.C
bloba3a6bace6328becf464c239c3b04921eb146c3c6
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 struct E {};
6 void f () {
7   E e1, e2;
8   e1 = e2; // We should not warn about this statement, even though no
9            // code is generated for it.