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
libgfortran/ChangeLog:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
Wimplicit-function-declaration-c89.c
blob
441899edb3dc553dbe3b990be95447db55837af2
1
/* { dg-do compile } */
2
/* { dg-options "-std=c89 -Wimplicit-function-declaration" } */
3
4
void
f
(
void
)
5
{
6
puts
(
"Hello"
);
/* { dg-warning "implicit declaration of function" } */
7
}