blob: d7c916146fd12fee2b17b8aecd6647d013997cd1 [file] [log] [blame]
Steve Naroff417c9092007-10-17 18:39:04 +00001// RUN: clang %s -fsyntax-only -verify
2
3// id is now builtin. There should be no errors.
4id obj;
5
6@interface Foo
7
8- defaultToId;
9
10@end