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