Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
error58.C
blob: 4e96baf85f14bc95a9fc627f4b1e6fedc076464f [
file
] [
log
] [
blame
]
// PR c++/78647
// { dg-do compile { target c++11 } }
// { dg-options "-w" }
struct
A
;
void
foo
();
void
f
()
{
alignas
(
foo
(
A
));
}
// { dg-error "expected" }