// { dg-do compile { target c++11 } }
// { dg-options "-pedantic" }
int main(void)
{
  alignof(void (void));   // { dg-warning "function type" }
}
