blob: 8f074443198ab8be18cbb89b1755355466d5be89 (
plain)
1
2
3
4
5
6
7
8
|
/* Test C23 attribute syntax: rejected in C11, but warning disabled
with -Wno-c11-c23-compat. */
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic -Wno-c11-c23-compat" } */
[[]];
void f [[]] (void);
|