re PR c++/71465 (ICE on invalid C++ code (with duplicate base) on x86_64-linux-gnu...
[platform/upstream/gcc.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 }