summaryrefslogtreecommitdiff
path: root/ACE/tests/non_mpc_makefile/foo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/non_mpc_makefile/foo.cpp')
-rw-r--r--ACE/tests/non_mpc_makefile/foo.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/ACE/tests/non_mpc_makefile/foo.cpp b/ACE/tests/non_mpc_makefile/foo.cpp
new file mode 100644
index 00000000000..3f54e3d098d
--- /dev/null
+++ b/ACE/tests/non_mpc_makefile/foo.cpp
@@ -0,0 +1,6 @@
+// $Id$
+
+int foo()
+{
+ return 42;
+}