Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
debug
/
dwarf2
/
template-params-11.C
blob: 9005163627565ebd40b3cedfc3f2e0d840e0a4b9 [
file
] [
log
] [
blame
]
// PR c++/54410
// { dg-options "-gdwarf-2 -dA" }
// { dg-final { scan-assembler-times "DIE \\(\[^\n\]*\\) DW_TAG_template_type_param" 1 } }
namespace
N
{
template
<
class
T
>
struct
A
{
};
}
N
::
A
<int>
a
;