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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
parse
/
template17.C
blob
ade598d39e1b4cdf535a527f20a7a0ba9335bc99
1
// PR c++/23841
2
3
template <int I>
4
struct S
5
{
6
int f(int i = I) { return i; }
7
};
8
9
void
10
g ()
11
{
12
S<(int)0.> a2;
13
}