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