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
Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
plugin
/
wide-int-test-1.c
blob
2de35d88452635b4bf9b6da1945342b34b8b321a
1
/* Test that pass is inserted and invoked once. */
2
/* { dg-do compile } */
3
/* { dg-options "-O" } */
4
5
int
6
main
(
int
argc
,
char
**
argv
)
7
{
8
return
0
;
9
}