ref: 50e10a9ea800c0cdef013e81c73cbdff89b6a284 dir: /tests/src/test-delnull.c/
#include <stdlib.h> #include <aubio.h> int main () { del_fvec(NULL); del_lvec(NULL); del_cvec(NULL); return 0; }