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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c23-old-style-definition-3.c
blob
9a880bc80aad8afe3681eb2b5e60f1887f91b2be
1
/* Test old-style function definitions not in C23: warnings disabled
2
by -Wno-old-style-definition. */
3
/* { dg-do compile } */
4
/* { dg-options "-std=c23 -Wno-old-style-definition" } */
5
6
void
7
f
(
x
)
8
int
x
;
9
{
10
}