Page MenuHomeSoftware Heritage

bug1799343-1.cpp
No OneTemporary

bug1799343-1.cpp

#include <iostream>
struct C { int x; };
struct D : ::C {
D() { x = 123; }
~D() { std::cout << x << std::endl; }
};
int main(void) {
D d;
return 0;
}

File Metadata

Mime Type
text/x-c
Expires
Mon, Aug 25, 6:02 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3465046

Event Timeline