1 // { dg-do compile { target c++11 } }
2 // { dg-options "-pedantic" }
main(void)3 int main(void)
4 {
5   alignof(void (void));   // { dg-warning "3:ISO C\\+\\+ does not permit .alignof. applied to a function type" }
6 }
7