mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
9 lines
355 B
Swift
9 lines
355 B
Swift
// RUN: %target-swiftxx-frontend -I %S/Inputs %s -emit-ir -Xcc -std=c++17 | %FileCheck %s
|
|
|
|
import StructuredBindingsGetMethod
|
|
|
|
let x = testDestructure(20)
|
|
|
|
// Make sure the definition of `std::get` is emitted.
|
|
// CHECK: define {{.*}} @{{_ZSt3getILi0EiiENSt13tuple_elementIXT_ESt4pearIT0_T1_EE4typeERKS4_|"\?\?\$get@\$0A@HH@std@@YAHAEBU\?\$pear@HH@0@@Z"}}
|