ref: 95dc7f22aae8730b570fce5e226b6240a1b9e3e5 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; }