3f954fc3f3
From-SVN: r35426
20 lines
195 B
C
20 lines
195 B
C
// Build don't run:
|
|
// Origin: scott snyder <snyder@fnal.gov>
|
|
|
|
struct basic_string
|
|
{
|
|
~basic_string();
|
|
};
|
|
|
|
struct Side
|
|
{
|
|
void name()
|
|
{
|
|
static basic_string sname;
|
|
}
|
|
};
|
|
|
|
int main ()
|
|
{
|
|
}
|