mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
9 lines
213 B
Swift
9 lines
213 B
Swift
// RUN: %target-swiftxx-frontend -emit-ir -Xcc -std=gnu++20 -I %S/Inputs %s | %FileCheck %s
|
|
|
|
import MethodRequires
|
|
|
|
var s = MyStruct()
|
|
s.foo(123)
|
|
// CHECK-NOT: calledFromConceptBody
|
|
// CHECK: calledFromMethodBody
|