2 // { dg-options "-fabi-version=2" }
4 // Copyright (C) 2003 Free Software Foundation, Inc.
5 // Contributed by Nathan Sidwell 15 Dec 2003 <nathan@codesourcery.com>
8 // mangled template arguments that are external objects incorrectly
11 template <int &> struct S {};
13 // { dg-final { scan-assembler "\n_?_Z1n1SILZ1NEE\[: \t\n\]" } }