// { dg-do compile } // { dg-options "-fabi-version=2" } // Copyright (C) 2003 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 15 Dec 2003 // PR 13242 // mangled template arguments that are external objects incorrectly extern int N; template struct S {}; void n (S) {} // { dg-final { scan-assembler "\n_?_Z1n1SILZ1NEE\[: \t\n\]" } }