mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 12:16:59 +00:00
Add a dtor to ensure that they are called the right number of times.
llvm-svn: 9721
This commit is contained in:
parent
616346ebe4
commit
9cb20e43cb
@ -1,6 +1,7 @@
|
||||
|
||||
struct Foo {
|
||||
Foo(int);
|
||||
~Foo();
|
||||
};
|
||||
void foo() {
|
||||
struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user