Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
alias-decl-debug-0.C
blob: 8464aa35a1a011c0b5f5d954d31066e28e84766a [
file
] [
log
] [
blame
]
// Origin: PR c++/51032
// { dg-do compile { target { c++11 && stabs } } }
// { dg-options "-gstabs+" }
template
<
class
C
>
struct
A
{
template
<
class
U
>
using
B
=
U
*;
int
a
;
};
A
<int>
a
;