brintos

brintos / llvm-project-archived public Read only

0
0
Text · 75 B · fe620c9 Raw
10 lines · c
1#pragma clang system_header2 3struct S {4  ~S(){}5};6 7void foo() {8  S s;9}10