Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
pr98115.C
blob: 0bfc57ab88e4e2150548741e08f30da742341a80 [
file
] [
log
] [
blame
]
// PR 98115, dependent array types lead to specialization issues
template
<class>
class
Stringify
;
template
<
long
N
>
class
Stringify
<
const
char
[
N
]>;