Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9749607
bug1799343-1.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
154 B
Subscribers
None
bug1799343-1.cpp
View Options
#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
Details
Attached
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
Attached To
rPUC universal-ctags debian packaging
Event Timeline
Log In to Comment