blob: 0ad55c3870d7758df417b56ece9ac83f8711e50c [file] [log] [blame]
// RUN: %target-typecheck-verify-swift
struct S {}
typealias S = S // expected-error {{type alias 'S' references itself}}
// expected-note@-1{{type declared here}}