Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
decltype-77338.C
blob: 4ba7c96d32c980caca29f4f46118fd30f34fe732 [
file
] [
log
] [
blame
]
// PR c++/77338
// { dg-do compile { target c++11 } }
struct
S
;
template
<typename>
auto
f
(
S s
)
->
decltype
(
s
(
s
));
// { dg-error "no match for call to" }