summaryrefslogtreecommitdiff
path: root/ACE/etc/xlc_dummy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/etc/xlc_dummy.cpp')
-rw-r--r--ACE/etc/xlc_dummy.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/ACE/etc/xlc_dummy.cpp b/ACE/etc/xlc_dummy.cpp
new file mode 100644
index 00000000000..400547dd463
--- /dev/null
+++ b/ACE/etc/xlc_dummy.cpp
@@ -0,0 +1,8 @@
+// $Id$
+//
+// This file exists only to help with template instantiation when building
+// shared libraries on AIX using C Set++. See rules.lib.GNU for usage.
+
+/* FUZZ: disable check_for_improper_main_declaration */
+
+main() {}