diff options
author | Bjoern B. Brandenburg <bbb@jupiter-cs.cs.unc.edu> | 2007-02-05 18:31:20 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@jupiter-cs.cs.unc.edu> | 2007-02-05 18:31:20 -0500 |
commit | b32b21bd57b21b249447e2944c4473e0d196bb4f (patch) | |
tree | fea9e8712fbc97f30003065074a1ff180f3e1de4 /run.c |
liblitmus essential tools
liblitmus should consist only of the litmus library and the essential
tools.
Diffstat (limited to 'run.c')
-rw-r--r-- | run.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ | |||
1 | |||
2 | |||
3 | int main(int argc, char** argv) | ||
4 | { | ||
5 | while (1); | ||
6 | return 0; | ||
7 | } | ||