]> git.proxmox.com Git - rustc.git/blame - src/llvm/tools/clang/test/SemaObjC/id_builtin.m
Imported Upstream version 0.6
[rustc.git] / src / llvm / tools / clang / test / SemaObjC / id_builtin.m
CommitLineData
223e47cc
LB
1// RUN: %clang_cc1 %s -fsyntax-only -verify
2
3// id is now builtin. There should be no errors.
4id obj;
5
6@interface Foo
7
8- defaultToId;
9
10@end