mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "IRGen: Brazenly nuke -enable-dynamic-value-type-layout flag"
Speculatively reverting because the iOS bots are broken. Swift SVN r29145
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
// RUN: %target-swift-frontend %s -emit-ir
|
||||
|
||||
// REQUIRES: objc_interop
|
||||
|
||||
// Distributed under the terms of the MIT license
|
||||
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
|
||||
// http://www.openradar.me/18349699
|
||||
|
||||
import Foundation
|
||||
class d<c>: NSObject {
|
||||
var b: c
|
||||
init(b: c) {
|
||||
self.b = b
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user