blob: f3c18d5feec391d55aaac2998564496e9d0a7128 [file] [log] [blame]
void (*p)();
void f() {
(void *)p;
}