Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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
()
{
}