Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
69a2c268dbc2844bbdecfbbbb82602e6bb4bd1df
/
.
/
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