Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / SemaObjC / id_builtin.m
blobbe42e7d7c5643f6730fb9516891967da93d0fae8
1 // RUN: %clang_cc1 %s -fsyntax-only -verify
2 // expected-no-diagnostics
4 // id is now builtin. There should be no errors. 
5 id obj; 
7 @interface Foo
9 - defaultToId; 
11 @end