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 broken MinGW build of gcc.c
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
main-4.C
blob
ad2dd7098277511ba1b604ae9dc1d64fb831df6b
1
// This pattern is used by a lot of autoconf scripts, so don't
2
// complain about it unless -pedantic.
3
// { dg-options "" }
4
5
int main () { main (); return 0; }