summaryrefslogtreecommitdiff
path: root/tests/headers/anon_enum.hpp
blob: c740520241010ee55d3368ace2c76e22797700b6 (plain)
1
2
3
4
5
struct Test {
  int foo;
  float bar;
  enum { T_NONE };
};