Searched refs:funp (Results 1 – 2 of 2) sorted by relevance
12 extern void (*funp)();13 void (*funp)() = &fun; variable
8 constexpr void (*funp)(void) = &fun; // expected-error {{must be initialized by a constant expressi… variable