repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR c++/86728 - C variadic generic lambda.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
abi
/
spec1.C
blob
153c0cfe7f01b38dac4f204f3c3e97f096c76614
1
// { dg-final { scan-assembler-not "weak" } }
2
3
template <class T> struct A { static int i; };
4
template<> int A<int>::i = 42;