summaryrefslogtreecommitdiffstats
path: root/tests/bar.c
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-09-29 12:03:56 (GMT)
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-09-29 12:03:56 (GMT)
commit0da4ea8b6510e0d00ccf1eb0c52599532d8c4bb3 (patch)
treedf46cf02ddc181cc75db90055bf9d4ed1aa96e79 /tests/bar.c
parent0177cc4483979b5b216240e0b1340ce97dd84113 (diff)
downloadpatchelf-0da4ea8b6510e0d00ccf1eb0c52599532d8c4bb3.zip
patchelf-0da4ea8b6510e0d00ccf1eb0c52599532d8c4bb3.tar.gz
patchelf-0da4ea8b6510e0d00ccf1eb0c52599532d8c4bb3.tar.bz2
* Add tests.
Diffstat (limited to 'tests/bar.c')
-rw-r--r--tests/bar.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bar.c b/tests/bar.c
new file mode 100644
index 0000000..5012310
--- /dev/null
+++ b/tests/bar.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int bar()
+{
+ printf("This is bar()!\n");
+ return 34;
+}