Fix typo in test case
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / static3.C
blobb75771e76e2c2ee9ec2de6b0f0c39f9326d883f5
1 // Build don't link:
3 class S 
5   ~S();
6 public:
7   friend void f();
8 };
11 S::~S()
13   static S s;