mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
13 lines
178 B
Nim
13 lines
178 B
Nim
discard """
|
|
matrix: "--cc:vcc"
|
|
disabled: "linux"
|
|
disabled: "bsd"
|
|
disabled: "osx"
|
|
disabled: "unix"
|
|
disabled: "posix"
|
|
"""
|
|
|
|
type A = tuple
|
|
discard ()
|
|
discard default(A)
|