Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / libs / eigen / test / bug1213.cpp
blob581760c1a67e2f88eae29de5b18fd10f8ac23cab
2 // This anonymous enum is essential to trigger the linking issue
3 enum {
4 Foo
5 };
7 #include "bug1213.h"
9 bool bug1213_1(const Eigen::Vector3f& x)
11 return bug1213_2(x);