Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
template1.C
blob: d7bbb073f812416a38a4a961618050afd428958c [
file
] [
log
] [
blame
]
struct
CPU
{
typedef
int
(*
pfun
)();
template
<
pfun step1
>
static
int
dispatch
();
};
template
<int>
static
int
foo
();
template
int
CPU
::
dispatch
<&
template
foo
<
2
>
>
();
// { dg-error "" }