diff options
Diffstat (limited to '')
-rw-r--r-- | test cases/rust/17 staticlib link staticlib/leaf.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test cases/rust/17 staticlib link staticlib/leaf.rs b/test cases/rust/17 staticlib link staticlib/leaf.rs new file mode 100644 index 0000000..2c697f7 --- /dev/null +++ b/test cases/rust/17 staticlib link staticlib/leaf.rs @@ -0,0 +1 @@ +pub const HOW_MANY: i32 = 5; |