ref: 118f47f7c1956b1b8cea6d1598ce83e67f0ed7cc 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; }