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
/
Wimplicit-function-declaration-c99-2.c
blob
d65abc9670ce6f4c90c16155c329fb57515ac391
1
/* { dg-do compile } */
2
/* { dg-options "-std=c99" } */
3
4
void
f
(
void
)
5
{
6
puts
(
"Hello"
);
/* { dg-error "implicit declaration of function" } */
7
}