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