blob: 88acd17d74166582a19f98f061e84e8245bff067 [file] [log] [blame]
// PR c++/60605
template <typename T = int>
struct Foo {
void bar() {
void bug();
}
};