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