summaryrefslogtreecommitdiff
path: root/Tests/ComplexOneConfig/Executable/Sub2/NameConflictTest.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ComplexOneConfig/Executable/Sub2/NameConflictTest.c')
-rw-r--r--Tests/ComplexOneConfig/Executable/Sub2/NameConflictTest.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/ComplexOneConfig/Executable/Sub2/NameConflictTest.c b/Tests/ComplexOneConfig/Executable/Sub2/NameConflictTest.c
new file mode 100644
index 000000000..4a3257255
--- /dev/null
+++ b/Tests/ComplexOneConfig/Executable/Sub2/NameConflictTest.c
@@ -0,0 +1,4 @@
+int NameConflictTest2()
+{
+ return 0;
+}