summaryrefslogtreecommitdiff
path: root/Tests/Framework/bar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Framework/bar.cxx')
-rw-r--r--Tests/Framework/bar.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/Framework/bar.cxx b/Tests/Framework/bar.cxx
new file mode 100644
index 000000000..37c132a0f
--- /dev/null
+++ b/Tests/Framework/bar.cxx
@@ -0,0 +1,6 @@
+void foo();
+int main()
+{
+ foo();
+ return 0;
+}