// RUN: %clang_cc1 %s -verify -fsyntax-only -fobjc-runtime=ios
// Spell-checking 'undefined' is ok.
undefined var; // expected-error {{unknown type name}}
typedef int super1;
// rdar://problem/33102722
// Typo correction for a property when it has as correction candidates
// synthesized ivar and a class name, both at the same edit distance.
@class TypoCandidate;