Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
6a75cd9c1d54625fca7b5477ab9545bcdbd85ea4
/
.
/
test
/
SemaObjC
/
id_builtin.m
blob: 134753726cbb6133bfe9b510cc8d72866b50f7a6 [
file
] [
log
] [
blame
]
// RUN: clang-cc %s -fsyntax-only -verify
// id is now builtin. There should be no errors.
id obj
;
@interface
Foo
-
defaultToId
;
@end