aboutsummaryrefslogtreecommitdiffstats
path: root/run.c
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@jupiter-cs.cs.unc.edu>2007-02-05 18:31:20 -0500
committerBjoern B. Brandenburg <bbb@jupiter-cs.cs.unc.edu>2007-02-05 18:31:20 -0500
commitb32b21bd57b21b249447e2944c4473e0d196bb4f (patch)
treefea9e8712fbc97f30003065074a1ff180f3e1de4 /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.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/run.c b/run.c
new file mode 100644
index 0000000..b823efb
--- /dev/null
+++ b/run.c
@@ -0,0 +1,7 @@
1
2
3int main(int argc, char** argv)
4{
5 while (1);
6 return 0;
7}