nothings-stb/tests/stretchy_buffer_test.c

7 lines
91 B
C

#include "stretchy_buffer.h"
void test_sb(void)
{
char *x = NULL;
sb_push(x, 'x');
}