Sign in
gnu
/
gcc
/
71f3036b8a83da7fb559923bc80687ea1dabe14a
/
.
/
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
);
}