Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash32.C
blob: 4c7af8a39142fa4c33ce8760bbccc0644ba5b549 [
file
] [
log
] [
blame
]
// PR c++/19667
struct
integral_constant
{
};
template
<
typename
_Tp
>
struct
is_function
:
public
integral_constant
{
};
template
<>
struct
is_function
:
public
integral_constant
{
};
// { dg-error "" }