summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.old-deja/g++.other/bitfld1.C
blob: 07f1021e2b51a4cd4c951ac4b522a5e6acd74288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Build don't link:
// Based on a bug report by Stephen Vavasis <vavasis@CS.Cornell.EDU>

// declares template operator!=
#include <utility>

struct foo {
  enum e { bar } baz:1;
  void test() { 
    baz != bar;
  }
};
OpenPOWER on IntegriCloud