blob: adecde1f5029d750c5e79cc7a85b498fc2c71761 [file] [log] [blame]
@system unittest
{
import std.internal.scopebuffer;
ubyte[10] tmpbuf = void;
auto sb = scopeBuffer(tmpbuf);
scope(exit) sb.free();
}