Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
bitfield3.C
blob: efff2ec993e1180506e40ee2a8b07611a77037d4 [
file
] [
log
] [
blame
]
/* PR c++/35320 */
/* { dg-do compile } */
typedef
void
(
func_type
)();
struct
A
{
friend
func_type f
:
2
;
/* { dg-error "20:bit-field .void f\\(\\). with non-integral type .func_type." } */
};