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