OSDN Git Service

2009-04-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / warn / main-4.C
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; }