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++/81917 - ICE with void_t and partial specialization.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
debug
/
namespace2.C
blob
f70bc8fada8bd6cf2ef2ca5a4bbc65106600af64
1
// PR debug/36278
2
// { dg-do compile }
3
4
namespace N
5
{
6
typedef void T;
7
}
8
using N::T;