Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
pr60215.C
blob: 29700174192379cc2130fbe17600a474f65d0f74 [
file
] [
log
] [
blame
]
// PR c++/60215
// { dg-do compile { target c++11 } }
struct
A
{
void
foo
();
int
i
:
foo
;
// { dg-error "width" }
};