blob: 581760c1a67e2f88eae29de5b18fd10f8ac23cab [file] [log] [blame]
Austin Schuh189376f2018-12-20 22:11:15 +11001
2// This anonymous enum is essential to trigger the linking issue
3enum {
4 Foo
5};
6
7#include "bug1213.h"
8
9bool bug1213_1(const Eigen::Vector3f& x)
10{
11 return bug1213_2(x);
12}
13