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