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
In gcc/testsuite/: 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
990213-1.c
blob
a7c9f24898a01125b787dfec38eec68e7e0adee3
1
/* { dg-do compile } */
2
/* { dg-options "-W -Wall -Werror" } */
3
4
static
inline
int
unused_fn
(
int
dummyarg
)
5
{
6
return
dummyarg
*
dummyarg
;
7
}
8
9
int
main
()
10
{
11
return
0
;
12
}