summaryrefslogtreecommitdiff
path: root/Tests/CMakeOnly/LinkInterfaceLoop/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeOnly/LinkInterfaceLoop/lib.c')
-rw-r--r--Tests/CMakeOnly/LinkInterfaceLoop/lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeOnly/LinkInterfaceLoop/lib.c b/Tests/CMakeOnly/LinkInterfaceLoop/lib.c
new file mode 100644
index 000000000..fede1d61f
--- /dev/null
+++ b/Tests/CMakeOnly/LinkInterfaceLoop/lib.c
@@ -0,0 +1 @@
+int lib(void) { return 0; }