corda/sgx-jvm/noop-enclave/src/noop_enclave.cpp
2017-06-15 11:17:11 +01:00

4 lines
34 B
C++

extern "C" {
void noop() {}
}