repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
warn
/
main.C
blob
ebf92177b2d01b9bc1d4ba82db8705cc5e6596ba
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
}