Avatar
@swift-6.2 @swift-main import Synchronization func takeMutex(_ m: borrowing Mutex<Int>) { m.withLock { $0 = 0 } }