blob: 4be7190e206fe9e61afed0a0741f969f1975237f [file] [log] [blame]
@_fixed_layout
public struct X {
@_inlineable
public init() { }
}
@_inlineable
@inline(never)
public func the_thing<T>(t t : T) { }
@_inlineable
@inline(never)
public func the_thing_it_does(x x : X) {
the_thing(t: x)
}