Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h committed Jun 26, 2024
1 parent 3b1b569 commit 2e5014f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test_package/example.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#include <dice/ffi/metall.h>

extern "C" void metall_log(metall_log_level, char const *, size_t, char const *) {
// noop
}

int main() {
metall_open("/tmp/test");
}

0 comments on commit 2e5014f

Please sign in to comment.