mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 19:02:18 +00:00
* clean up some test categories * mention exact slice issue * magics into system * move trangechecks into overflow * move tmemory to system * try fix CI * try fix CI * final CI fix
8 lines
122 B
Nim
8 lines
122 B
Nim
proc fooBar4*(a: int) = discard
|
|
var fooBar9* = 0
|
|
|
|
var fooCar* = 0
|
|
type FooBar* = int
|
|
type FooCar* = int
|
|
type GooBa* = int
|