OSDN Git Service

2005-07-20 Douglas Gregor <doug.gregor@gmail.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / warn / main.C
1 // { dg-do compile }
2
3 // Origin: Donald W. Gillies <dgillies@graviton.com>
4
5 // PR c++/4494: Incorrect diagnostics about return type of main.
6
7 typedef int int_t;
8
9 int_t main() {
10
11 }