ref: 3cde6299ad6efdb6d662039e3ee556f95b85f5c4 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; }