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
* testsuite/libgomp.fortran/vla7.f90: Add -w to options.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
inline2.c
blob
ede41049274bea830b40cdff7aad065616564457
1
/* { dg-do compile } */
2
/* { dg-options "-Wall -std=gnu89" } */
3
/* This test should compile successfully. */
4
extern inline
int
foo
(
void
) {
return
0
; }
5
inline
int
foo
(
void
) {
return
1
; }