Sign in
rust
/
rust-lang
/
gcc
/
refs/heads/test/param-addressable
/
.
/
libphobos
/
testsuite
/
libphobos.phobos
/
std_internal_scopebuffer.d
blob: adecde1f5029d750c5e79cc7a85b498fc2c71761 [
file
] [
log
] [
blame
] [
edit
]
@system
unittest
{
import
std
.
internal
.
scopebuffer
;
ubyte
[
10
]
tmpbuf
=
void
;
auto
sb
=
scopeBuffer
(
tmpbuf
);
scope
(
exit
)
sb
.
free
();
}