1 2 3 4 5 6 7
enum Foo { Bar = 3 + 12, } fn test() -> Foo { // { dg-warning "function is never used" } return Foo::Bar; }