Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
decltype57.C
blob: 353cc72c3357edd6e1a6c21fd54aaa2932155bdd [
file
] [
log
] [
blame
]
// PR c++/58633
// { dg-do compile { target c++11 } }
void
foo
(
int
i
)
{
typedef
int
I
;
decltype
(
i
.
I
::~
I
())*
p
;
}