adds a test case

This commit is contained in:
ringabout
2026-04-07 20:38:09 +08:00
parent 3cbda905e5
commit 99b637b911

View File

@@ -4,7 +4,7 @@ success
M1 M2
ok
'''
matrix: "--mm:refc;--mm:orc"
matrix: "--mm:refc; --mm:orc"
"""
type
@@ -179,3 +179,9 @@ proc g() =
x.inst = QAbstractItemModel()
g()
block: # bug #25695
type A = object
d: array[8 * 1024 * 1024, byte]
let r = new A
r[] = A()