1 2 3 4 5 6 7 8 9 10 11 12
#include <librosie.h> int main() { //Resolve the symbol address of rosie_match2, since that's new in librosie 1.3.0 if ((void*)rosie_match2 != 0) { return 0; } else { return -1; } }