Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
libphobos
/
testsuite
/
libphobos.betterc
/
test18828.d
blob: db0530dd13c4c04f885115cc931d0bf25fb64d39 [
file
] [
log
] [
blame
]
/*******************************************/
// https://issues.dlang.org/show_bug.cgi?id=18828
struct
S18828
{
}
extern
(
C
)
void
main
()
{
S18828 s
;
destroy
(
s
);
}