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
* es.po: Update.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr63877.c
blob
5969b39d21cd4a3c99738ddbbb537b4c9f6f7689
1
/* { dg-do compile } */
2
/* { dg-options "-Wmissing-declarations" } */
3
4
inline
int
foo
(
void
) {
return
42
; }
/* { dg-bogus "no previous declaration" } */
5
extern
int
foo
(
void
);