Daniel Dunbar | d7d5f02 | 2009-03-24 02:24:46 +0000 | [diff] [blame] | 1 | // RUN: clang-cc %s -fsyntax-only -verify |
Steve Naroff | 417c909 | 2007-10-17 18:39:04 +0000 | [diff] [blame] | 2 | |
3 | // id is now builtin. There should be no errors. | ||||
4 | id obj; | ||||
5 | |||||
6 | @interface Foo | ||||
7 | |||||
8 | - defaultToId; | ||||
9 | |||||
10 | @end |