mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 02:12:11 +00:00
8 lines
210 B
Nim
8 lines
210 B
Nim
discard """
|
|
joinable: false # for clarity, but not necessary
|
|
"""
|
|
|
|
{.warning[UnusedImport]: off.}
|
|
# only import `mt*.nim` here; these depend on `m*.nim`
|
|
import "."/[mt0,mt1,mt2,mt3,mt4,mt4b,mt5,mt6,mt7,mt8,mt9]
|