4 lines
173 B
C++
4 lines
173 B
C++
|
|
/* C++ build of the data-layer parity test: the C ABI header is `extern "C"`, so
|
||
|
|
* the exact same source compiles under a C++ compiler too. */
|
||
|
|
#include "data_layer_test.c"
|