ref: 58c24e1a357d9a19af0ca2ae379b6ad85a42a83f 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; }