projects
/
ust.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Disable exit fast test (known issue)
[ust.git]
/
tests
/
make_shared_lib
/
prog.c
Commit
Line
Data
41157ed7
PMF
1
#include <ust/marker.h>
2
3
extern myfunc(void);
4
5
int main(void)
6
{
7
myfunc();
686debc3
8
ust_marker(in_prog, MARK_NOARGS);
41157ed7
PMF
9
return 0;
10
}
This page took
0.036412 seconds
and
4
git commands to generate.