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