2017-06-14 Paolo Carlini <paolo.carlini@oracle.com>
[official-gcc.git] / gcc / testsuite / g++.dg / template / access15.C
blobe28716366e796c9ff2edb7737647f96c0a419602
1 // { dg-do compile }
3 // Copyright (C) 2004 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 23 Aug 2004 <nathan@codesourcery.com>
5 // Origin: stefaandr@hotmail.com
7 // Bug 17149: ICE with TEMPLATE_TYPE_PARM
10 template <class super,
11           int (super::tdata::*member)() const = &super::tdata::operator()>
12 struct x {};