blob: a1431d60abe39ebd7984e80be16dfaaf49e641c3 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 %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