class a { // { dg-lto-note "a different type is defined in another translation unit" }
  int *b() const;
};
int *a::b() const { return 0; }
class a { // { dg-lto-note "a different type is defined in another translation unit" }
  int *b() const;
};
int *a::b() const { return 0; }