Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
82817ba18f2cf63708fc70a55ae458739e4feac4
/
.
/
test
/
Sema
/
id_builtin.m
blob: d7c916146fd12fee2b17b8aecd6647d013997cd1 [
file
] [
log
] [
blame
]
// RUN: clang %s -fsyntax-only -verify
// id is now builtin. There should be no errors.
id obj
;
@interface
Foo
-
defaultToId
;
@end