(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lto/
odr-2_1.C
class a { // { dg-lto-note "a different type is defined in another translation unit" }
  int *b() const;
};
int *a::b() const { return 0; }