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
]
Steve Naroff
417c909
2007-10-17 18:39:04 +0000
[
diff
] [
blame
]
1
// RUN: clang %s -fsyntax-only -verify
2
3
// id is now builtin. There should be no errors.
4
id obj
;
5
6
@interface
Foo
7
8
-
defaultToId
;
9
10
@end