(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lto/
odr-2_0.C
// { dg-lto-do link }
enum a {} b; // { dg-lto-warning "6: type 'a' violates the C\\+\\+ One Definition Rule" }
int
main(void)
{
  return 0;
}