mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
10 lines
87 B
Nim
10 lines
87 B
Nim
|
|
import asyncdispatch
|
|
|
|
# bug #1970
|
|
|
|
proc foo {.async.}
|
|
|
|
proc foo {.async.} =
|
|
discard
|