Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
typedef7.C
blob: f49ae47c879fb67e7c30433a2d1d384c9a9ab800 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Origin: Mark Mitchell <mark@codesourcery.com>
typedef
int
I
;
typedef
int
I
;
struct
A
{
typedef
int
I
;
typedef
int
I
;
};
template
<
class
T
>
struct
S
{
typedef
int
I
;
typedef
int
I
;
};