diff options
Diffstat (limited to 'tests/newconfig/mymath.nim')
-rw-r--r-- | tests/newconfig/mymath.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/newconfig/mymath.nim b/tests/newconfig/mymath.nim new file mode 100644 index 000000000..5668b448b --- /dev/null +++ b/tests/newconfig/mymath.nim @@ -0,0 +1,4 @@ + + +proc ln*(x: float): float = + return 0.5 |