blob: c349cec06ea107683308434b8c6d6dc74e251f5e [file] [log] [blame]
// { dg-do compile { target c++11 } }
// { dg-options "-pedantic" }
int main(void)
{
alignof(void (void)); // { dg-warning "function type" }
}