Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
attr-noinline-4.C
blob: 27c7ae80fec4a924d9af07e3b5fa66a534710903 [
file
] [
log
] [
blame
]
// PR c++/84665
struct
S
{}
a
[
1
];
template
<
int
N
>
void
foo
()
{
__attribute__
((
noinline
(
a
[
0
])))
int
c
=
0
;
// { dg-error "wrong number of arguments" }
}