Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / template / non-dependent12.C
blob73d7e9497668b46d09175aec4145f327ef77c4fc
1 // Copyright (C) 2005 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 8 Mar 2005 <nathan@codesourcery.com>
4 // PR 20186: ICE
5 // Origin: Jan Dvorak <jan.dvorak@kraxnet.cz>
7 template<typename T> void foo(T &t)
9   int i = static_cast<int>(t);