From 9d2c338b3de88fad8970cee91b11727e6dc4f0b5 Mon Sep 17 00:00:00 2001 From: Eric Ludlam Date: Mon, 31 Dec 2012 22:19:29 -0500 Subject: [PATCH] New test file. --- test/manual/cedet/integ_src/cpproot/test.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test/manual/cedet/integ_src/cpproot/test.h diff --git a/test/manual/cedet/integ_src/cpproot/test.h b/test/manual/cedet/integ_src/cpproot/test.h new file mode 100644 index 00000000000..2b9191d8bcd --- /dev/null +++ b/test/manual/cedet/integ_src/cpproot/test.h @@ -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(); -- 2.39.5