aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/compat/break/empty6_x.C
blob: f7e25e9abf9b16f14d19f7c938460b145e3787f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "empty6.h"

extern void empty6_y (B&);

void empty6_x ()
{
  B b;

  b.i = 7;

  empty6_y (b);
}