Files
swift-mirror/test/Interop/Cxx/concepts/method-requires.swift
2023-08-02 13:54:38 -07:00

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