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.cpp4
1 files changed, 4 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..b85b60d8746
--- /dev/null
+++ b/ACE/tests/non_mpc_makefile/foo.cpp
@@ -0,0 +1,4 @@
+int foo()
+{
+ return 42;
+}