aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/compat/break/empty6_y.C
blob: cb3d45c9e15065a6a674b2cb95bcefafe571c41b (plain)
1
2
3
4
5
6
7
8
9
extern "C" void abort (void);

#include "empty6.h"

void empty6_y (B& b)
{
  if (b.i != 7)
    abort ();
}