repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c11-attr-syntax-3.c
blob
4d7cb77d09a02f38203ae4e48f70aaf982ebc40d
1
/* Test C2x attribute syntax: rejected in C11, but warning disabled
2
with -Wno-c11-c2x-compat. */
3
/* { dg-do compile } */
4
/* { dg-options "-std=c11 -pedantic -Wno-c11-c2x-compat" } */
5
6
[[]];
7
8
void
f
[[]] (
void
);