mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-01 11:34:43 +00:00
@@ -20,6 +20,14 @@ proc main =
|
||||
|
||||
main()
|
||||
|
||||
# bug #11745
|
||||
|
||||
type
|
||||
Foo = object
|
||||
bar: seq[int]
|
||||
|
||||
var x = [Foo()]
|
||||
|
||||
# bug #11563
|
||||
type
|
||||
MyTypeType = enum
|
||||
|
||||
Reference in New Issue
Block a user