PR lto/84212 - -Wno-* does not disable warnings from -flto link stage
[official-gcc.git] / gcc / testsuite / g++.dg / warn / main.C
blobebf92177b2d01b9bc1d4ba82db8705cc5e6596ba
1 // { dg-do compile }
3 // Origin: Donald W. Gillies <dgillies@graviton.com>
5 // PR c++/4494: Incorrect diagnostics about return type of main.
7 typedef int int_t;
9 int_t main() {