blob: 8f7757a531e95ec3d8bf9c4e33e1d0413318d4d3 [file] [log] [blame]
// RUN: %target-swift-frontend %s -module-name Test -sil-serialize-all -emit-module -emit-module-path - -o /dev/null | %target-sil-opt -enable-sil-verify-all -disable-sil-linking -module-name="Test" | %FileCheck %s
// Check that default witness tables are properly deserialized.
// rdar://problem/29173229
// CHECK: import Swift
public class MyType {
}
public protocol MyProto {
}