Move profile settings in the root Cargo.toml
[rup.git] / common / src / lib.rs
index d257341..5112279 100644 (file)
@@ -1,5 +1,7 @@
 
-
+fn f(a: i32, b: i32) -> i32 {
+    a + 2 * b
+}
 
 mod tests {
     use super::*;