blob: db58b0a39eb03415fa27110aee094603602f14d9 [file] [log] [blame]
// RUN: %target-typecheck-verify-swift
struct S {}
typealias S = S // expected-error {{redundant type alias declaration}}{{1-17=}}