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

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

@interface Foo

- defaultToId; 

@end
OpenPOWER on IntegriCloud