### Nim Version 022a9c0e18f9f96ff5d5f1cc61dd7d4e8112e493 ### Description ```nim from system/ansi_c import c_memchr from system/ansi_c import CFilePtr ``` ``` /home/runner/work/Nim/Nim/lib/std/syncio.nim(21, 13) Error: redefinition of 'ansi_c'; previous declaration here: /home/runner/work/Nim/Nim/lib/std/syncio.nim(18, 13) ``` https://github.com/nim-lang/Nim/actions/runs/20615705942/job/59207969199#step:10:13 Worked around by: https://github.com/nim-lang/Nim/pull/24588/changes/022a9c0e18f9f96ff5d5f1cc61dd7d4e8112e493 ### Current Output ```text ``` ### Expected Output ```text ``` ### Known Workarounds _No response_ ### Additional Information _No response_