Issue #22842 is not fixed in this branch

This commit is contained in:
narimiran
2026-06-15 10:17:58 +02:00
parent 3a62a0e55e
commit 7b57dc1e54

View File

@@ -1,11 +0,0 @@
discard """
output: '''done'''
"""
# Issue #22842: internal error: getTypeDescAux(tyAnything) with auto in proc type
# https://github.com/nim-lang/Nim/issues/22842
proc register(cb: proc (e: auto): void) = discard
register(proc (e: int) = echo e)
echo "done"