blob: 18a3ab08795cde77080461b123b3f394a2b8e07a [file] [log] [blame]
// RUN: rm -rf %t
// RUN: mkdir -p %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] = []
}