777f4c6420cf486a2b748d049a6c56a79f0249fc
[ust.git] / tests / make_shared_lib / prog.c
1 #include <ust/marker.h>
2
3 extern myfunc(void);
4
5 int main(void)
6 {
7 myfunc();
8 trace_mark(in_prog, MARK_NOARGS);
9 return 0;
10 }
This page took 0.032245 seconds and 3 git commands to generate.