ref: 9ead7a9b1a1fe5c4b53480925c7f6890212f7689 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; }