mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
11 lines
260 B
Swift
11 lines
260 B
Swift
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -disable-availability-checking -emit-ir %s | %FileCheck %s
|
|
|
|
|
|
public class Foo {
|
|
@MainActor
|
|
deinit {}
|
|
}
|
|
|
|
// CHECK: @"$s20deinit_isolation_tbd3FooCfZ"
|
|
// CHECK: @"$s20deinit_isolation_tbd3FooCfD"
|