mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
244 B
Swift
6 lines
244 B
Swift
public var fourByFour = new Int[4][4]
|
|
|
|
// NOTE: Do not add anything else to this test. It is intended to be a bare
|
|
// minimum test for serializing ArrayType that should start passing as soon as
|
|
// Parse, Sema, and SILGen can handle ArrayTypes.
|