Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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" }
};