index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
static4.C
blob: e582740aad8c7d34889d53401c20c5d5dd138209 (
plain
)
1
2
3
4
5
6
7
8
// { dg-do assemble }
template
<
class
T
>
struct
S
{
static
const
T
t
=
3
;
};