diff options
Diffstat (limited to 'tests/rust/using_namespaces.rs')
-rw-r--r-- | tests/rust/using_namespaces.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/rust/using_namespaces.rs b/tests/rust/using_namespaces.rs new file mode 100644 index 0000000..03de69f --- /dev/null +++ b/tests/rust/using_namespaces.rs @@ -0,0 +1,3 @@ +#[no_mangle] +pub extern "C" fn root() { +} |