index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
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
;
};