2 // { dg-options "-fabi-version=1 -Wabi" }
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 {};
12 void n (S<N>) {} // { dg-warning "mangled name" }
13 // { dg-final { scan-assembler "\n_?_Z1n1SIXadL_Z1NEEE\[: \t\n\]" } }