summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/id_builtin.m
blob: d7c916146fd12fee2b17b8aecd6647d013997cd1 (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: clang %s -fsyntax-only -verify

// id is now builtin. There should be no errors. 
id obj; 

@interface Foo

- defaultToId; 

@end
OpenPOWER on IntegriCloud