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
Dead
[official-gcc.git]
/
gomp-20050608-branch
/
gcc
/
testsuite
/
g++.dg
/
template
/
strlen1.C
blob
ddec51d7b1e4f844fde9589ac7741406b29000a8
1
template <typename A1>
2
void monk2 (A1) {}
3
4
unsigned int strlen (const char*);
5
6
void monk ()
7
{
8
monk2 (strlen (""));
9
}