Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
main-4.C
blob: ad2dd7098277511ba1b604ae9dc1d64fb831df6b [
file
] [
log
] [
blame
]
// This pattern is used by a lot of autoconf scripts, so don't
// complain about it unless -pedantic.
// { dg-options "" }
int
main
()
{
main
();
return
0
;
}