freebsd-dev/test/SemaObjC/id_builtin.m
2009-06-02 17:58:47 +00:00

11 lines
141 B
Objective-C

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