5 lines
268 B
C++
5 lines
268 B
C++
|
|
// C++ build of the 514-indicator golden parity test. wickra.h is `extern "C"`,
|
||
|
|
// so the generated C runner compiles unchanged under a C++ compiler; this target
|
||
|
|
// proves the C++ binding consumes the same C ABI and computes identical values.
|
||
|
|
#include "golden_test.c"
|