https://bugs.llvm.org/show_bug.cgi?id=39336

Richard Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |FIXED

--- Comment #1 from Richard Smith <[email protected]> ---
Fixed in r344801.

> ### EXPECTED RUN OUTPUT:
> A::~A()
> A::~A()
> Hi.

You meant

### EXPECTED RUN OUTPUT:
Hi.
A::~A()
A::~A()

Right? =)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to