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