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
/
cpp0x
/
auto23.C
blob: 49b5a0eb9e83bf83691cf5ede8061394f95e47e2 (
plain
)
1
2
3
4
// PR c++/46245
// { dg-options -std=c++0x }
template
<
auto
f
()
->
int
>
struct
A
{
};