aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/alignof3.C
blob: c349cec06ea107683308434b8c6d6dc74e251f5e (plain)
1
2
3
4
5
6
// { dg-do compile { target c++11 } }
// { dg-options "-pedantic" }
int main(void)
{
  alignof(void (void));   // { dg-warning "function type" }
}