Files
swift-mirror/test/Serialization/Inputs/def_nonsendable.swift
2022-02-11 15:44:39 -08:00

6 lines
79 B
Swift

@_nonSendable
public struct A { }
@_nonSendable(_assumed)
public struct B { }