2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / compat / break / empty6_x.C
blobf7e25e9abf9b16f14d19f7c938460b145e3787f9
1 #include "empty6.h"
3 extern void empty6_y (B&);
5 void empty6_x ()
7   B b;
9   b.i = 7;
11   empty6_y (b);