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