summaryrefslogtreecommitdiffstats
path: root/Tests/ObjectLibrary/LinkObjects/e_dep.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ObjectLibrary/LinkObjects/e_dep.c')
-rw-r--r--Tests/ObjectLibrary/LinkObjects/e_dep.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/ObjectLibrary/LinkObjects/e_dep.c b/Tests/ObjectLibrary/LinkObjects/e_dep.c
new file mode 100644
index 0000000..7fb70c1
--- /dev/null
+++ b/Tests/ObjectLibrary/LinkObjects/e_dep.c
@@ -0,0 +1,7 @@
+#ifdef OBJE
+# error "OBJE is defined, but should not be"
+#endif
+int e_dep(void)
+{
+ return 0;
+}