blob: 23cfccc241b77bf85b61dd3f4c62d9ca03b4bc6b [file] [log] [blame]
class a { // { dg-lto-note "a different type is defined in another translation unit" }
int *b() const;
};
int *a::b() const { return 0; }