libevl/tests/compile-tests/xbuf.cc

15 lines
175 B
C++

/*
* SPDX-License-Identifier: MIT
*
* COMPILE-TESTING ONLY.
*/
#include <evl/xbuf.h>
int main(int argc, char *argv[])
{
evl_new_xbuf(16384, "test-xbuf");
return 0;
}