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