You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// CHECK: @available(*, unavailable, message: "C++ classes with `trivial_abi` Clang attribute are not yet available in Swift")
25
+
// CHECK-NEXT: struct TrivialABIRecord {
26
+
27
+
//--- test.swift
28
+
29
+
import Test
30
+
31
+
func test(){
32
+
let _ =TrivialABIRecord() // expected-error{{'TrivialABIRecord' is unavailable: C++ classes with `trivial_abi` Clang attribute are not yet available in Swift}}
0 commit comments