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