Daniel Dunbar | a572887 | 2009-12-15 20:14:24 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 %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 |