summaryrefslogtreecommitdiff
path: root/Tests/CMakeOnly/CheckSymbolExists/cm_cse.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeOnly/CheckSymbolExists/cm_cse.h')
-rw-r--r--Tests/CMakeOnly/CheckSymbolExists/cm_cse.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/CMakeOnly/CheckSymbolExists/cm_cse.h b/Tests/CMakeOnly/CheckSymbolExists/cm_cse.h
new file mode 100644
index 000000000..4f41c7696
--- /dev/null
+++ b/Tests/CMakeOnly/CheckSymbolExists/cm_cse.h
@@ -0,0 +1,6 @@
+#ifndef _CSE_DUMMY_H
+#define _CSE_DUMMY_H
+
+int non_existent_function_for_symbol_test();
+
+#endif