Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
undefined6.C
blob: bc8a86d1588675e8d5979dd744b36932aad0d66f [
file
] [
log
] [
blame
]
// PR c++/8596
// Origin: Wolfgang Bangerth <bangerth@ticam.utexas.edu>
// { dg-do compile }
template
<
int
i
>
struct
A
{};
template
<
int
i
>
struct
B
:
A
<x>
{};
// { dg-error "" }