Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
pr97460.C
blob: 6dea489899709052c6ff63a289016ef8028162a7 [
file
] [
log
] [
blame
]
// PR 97460
// ICE, null dereference
class
io_context
{
template
<int>
class
basic_executor_type
;
};
template
<int>
class
io_context
::
basic_executor_type
{
template
<int>
friend
class
basic_executor_type
;
};