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:01 PM (3 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3465046

Event Timeline