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