index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash64.C
blob: 750e3daf19e468859bd759cef3fb9d60d5ac6759 (
plain
)
1
2
3
4
5
6
// PR c++/29730
struct
A
{
template
<
int
>
void
foo
()(
0
);
// { dg-error "initializer" }
};