aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/bug1213.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/bug1213.h')
-rw-r--r--test/bug1213.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/bug1213.h b/test/bug1213.h
new file mode 100644
index 000000000..040e5a470
--- /dev/null
+++ b/test/bug1213.h
@@ -0,0 +1,8 @@
+
+#include <Eigen/Core>
+
+template<typename T, int dim>
+bool bug1213_2(const Eigen::Matrix<T,dim,1>& x);
+
+bool bug1213_1(const Eigen::Vector3f& x);
+