diff options
Diffstat (limited to 'nimpretty/tests/simple4.nim')
-rw-r--r-- | nimpretty/tests/simple4.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nimpretty/tests/simple4.nim b/nimpretty/tests/simple4.nim new file mode 100644 index 000000000..62d106a9b --- /dev/null +++ b/nimpretty/tests/simple4.nim @@ -0,0 +1,2 @@ +proc readBuffer*(f: AsyncFile, buf: pointer, size: int): Future[int] = + discard |