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