also link libjack, just to be sure
[jack_interposer.git] / test_new.cpp
blob9cb075e50f358b0b530ef1e1947d5ce0063c39d9
1 #include "test_framework.c"
3 class Object
5 };
7 int test_process_callback(jack_nframes_t nframes, void* arg)
9 new Object();
10 return 1;