blob: 4241ee3f51deb3c9a3f8bd7befd8757d43f5170f [file] [log] [blame]
#include "foo.h"
#include <stdio.h>
int global_shared = 897;
int main(void) {
puts("This is a shared library test...");
foo(); // Set breakpoint 0 here.
return 0;
}