diff options
Diffstat (limited to 'test/dynamic/foo.rs')
-rw-r--r-- | test/dynamic/foo.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/dynamic/foo.rs b/test/dynamic/foo.rs new file mode 100644 index 0000000..c2dca08 --- /dev/null +++ b/test/dynamic/foo.rs @@ -0,0 +1,6 @@ +extern crate bar; +pub fn hello(){ + +bar::hello(); + println!("hello foo"); + }
\ No newline at end of file |