]> git.eshelyaron.com Git - emacs.git/commitdiff
New test file.
authorEric Ludlam <zappo@gnu.org>
Tue, 1 Jan 2013 03:19:29 +0000 (22:19 -0500)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 18:13:42 +0000 (20:13 +0200)
test/manual/cedet/integ_src/cpproot/test.h [new file with mode: 0644]

diff --git a/test/manual/cedet/integ_src/cpproot/test.h b/test/manual/cedet/integ_src/cpproot/test.h
new file mode 100644 (file)
index 0000000..2b9191d
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ * This file contains a few misc prototypes for declarations in other parts
+ * of the cpp-root project type.
+ */
+
+#ifdef FEATURE1
+int feature1();
+#endif
+
+#ifdef FEATURE2
+int feature2();
+#endif
+
+#ifdef FEATURE3
+int feature3();
+#endif
+
+int generic_feature();