corda/sgx-jvm/noop-enclave/src/noop_enclave.cpp

4 lines
34 B
C++
Raw Normal View History

2017-06-05 18:21:47 +00:00
extern "C" {
void noop() {}
}