blob: 37d946134c3ccb5b525f828bb99fec8a410f3af0 [file] [log] [blame]
// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -O -emit-module -o %t %s
// At one point this triggered deserialization of enough of the stdlib to cause
// an assertion failure in serialization.
class Rdar17567391 {
let data: [Int] = []
}