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
/
static14.C
blob
32f8b3be4ac50a18e673add8e26f58691fa4a38d
1
// { dg-do link }
2
// Origin: scott snyder <snyder@fnal.gov>
3
4
struct basic_string
5
{
6
~basic_string();
7
};
8
9
struct Side
10
{
11
void name()
12
{
13
static basic_string sname;
14
}
15
};
16
17
int main ()
18
{
19
}