Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
alignof3.C
blob: fa373ec3f09dabd3037bfc3220ce03204858ca45 [
file
] [
log
] [
blame
]
// { dg-do compile { target c++11 } }
// { dg-options "-pedantic" }
int
main
(
void
)
{
alignof
(
void
(
void
));
// { dg-warning "3:ISO C\\+\\+ does not permit .alignof. applied to a function type" }
}