1 #pragma clang system_header
2 
3 struct S {
~SS4   ~S(){}
5 };
6 
foo()7 void foo() {
8   S s;
9 }
10