PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / template / unify5.C
blob6928f1f842961eefffa79c0d7c55b5b553b9d0ad
2 // Copyright (C) 2004 Free Software Foundation, Inc.
3 // Contributed by Nathan Sidwell 1 Apr 2004 <nathan@codesourcery.com>
4 // Origin:Matt Austern <austern@apple.com>
6 // PR:c++/14007
8 template <typename T> struct X {};  // #1
9 template <typename T> struct X<const T>; //#2
10 template struct X<int&>; //#3