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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c23-old-style-definition-1.c
blob
f204a3a2aa493309eeb12b53fb1c139199dee384
1
/* Test old-style function definitions not in C23: warnings. */
2
/* { dg-do compile } */
3
/* { dg-options "-std=c23" } */
4
5
void
6
f
(
x
)
/* { dg-warning "old-style function definition" } */
7
int
x
;
8
{
9
}