ref: 01e7be0487639b2f21d6f736642dc0fb9fb2ce40 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; }