2016-05-18 14:03:03 +02:00
|
|
|
|
|
|
|
|
// This anonymous enum is essential to trigger the linking issue
|
2023-12-05 21:22:55 +00:00
|
|
|
enum { Foo };
|
2016-05-18 14:03:03 +02:00
|
|
|
|
|
|
|
|
#include "bug1213.h"
|
|
|
|
|
|
2023-12-05 21:22:55 +00:00
|
|
|
bool bug1213_1(const Eigen::Vector3f& x) { return bug1213_2(x); }
|