blob: e28716366e796c9ff2edb7737647f96c0a419602 [file] [log] [blame]
// { dg-do compile }
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 23 Aug 2004 <nathan@codesourcery.com>
// Origin: stefaandr@hotmail.com
// Bug 17149: ICE with TEMPLATE_TYPE_PARM
template <class super,
int (super::tdata::*member)() const = &super::tdata::operator()>
struct x {};