Sign in
llvm
/
llvm-archive
/
48649d2c83b557841c9e5c978d9ab5af13cb52e5
/
.
/
llvm-gcc-4.0
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
typedef2.C
blob: 8c451304e89d97ad7d92c104fdb1f7c085f851d3 [
file
] [
log
] [
blame
]
// { dg-do assemble }
struct
S
{
static
const
int
i
;
static
const
int
j
;
};
typedef
S T
;
const
int
T
::
i
=
4
;
const
int
T
::
j
=
4
;