repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix test-suite fallout of default -Wreturn-type.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
pragma-system_header2.h
blob
aa4f0e94d4cfff800f402cd44f3d78514d944b3a
1
template
<
typename T
>
2
int
g
() {
double
d
=
0.1
;
return
d
; }
3
4
template
<
typename T
>
5
T
h
() {
double
d
=
0.1
;
return
d
; }