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." } */
};