blob: 134753726cbb6133bfe9b510cc8d72866b50f7a6 [file] [log] [blame]
// RUN: clang-cc %s -fsyntax-only -verify
// id is now builtin. There should be no errors.
id obj;
@interface Foo
- defaultToId;
@end