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
Add qdf24xx base tuning support.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
nullptr25.C
blob
a87a923a53d7e571e6f92233ce30ba8c40e7a235
1
// { dg-do compile { target c++11 } }
2
3
template<decltype(nullptr)>
4
struct nt{};
5
6
nt<nullptr> x;