2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / alignof3.C
blobc349cec06ea107683308434b8c6d6dc74e251f5e
1 // { dg-do compile { target c++11 } }
2 // { dg-options "-pedantic" }
3 int main(void)
5   alignof(void (void));   // { dg-warning "function type" }