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
Merge reload-branch up to revision 101000
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
fnname1.C
blob
e8e3254ab6eafeda7203521c78eaf5c02bca4b51
1
// { dg-do link }
2
// { dg-options "-g" }
3
// Origin: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
4
5
int main ()
6
{
7
const char *s = __FUNCTION__;
8
}