blob: 6a30ae3a2024388d445653c4abc286de9b961b84 [file] [log] [blame]
// RUN: %target-typecheck-verify-swift
class AtomicIntSubclass : _stdlib_AtomicInt {} // expected-error {{inheritance from a final class '_stdlib_AtomicInt'}}