Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
main.C
blob: ebf92177b2d01b9bc1d4ba82db8705cc5e6596ba [
file
] [
log
] [
blame
]
// { dg-do compile }
// Origin: Donald W. Gillies <dgillies@graviton.com>
// PR c++/4494: Incorrect diagnostics about return type of main.
typedef
int
int_t
;
int_t
main
()
{
}