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() {
}