freebsd-dev/test/SemaObjC/id_builtin.m
2010-01-01 10:34:51 +00:00

11 lines
143 B
Objective-C

// RUN: %clang_cc1 %s -fsyntax-only -verify
// id is now builtin. There should be no errors.
id obj;
@interface Foo
- defaultToId;
@end