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