rename test file for builtin "id"...

llvm-svn: 43082
This commit is contained in:
Steve Naroff 2007-10-17 18:39:04 +00:00
parent 2f842e613f
commit a3f1336e39
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// RUN: clang %s -fsyntax-only -verify
// id is now builtin. There should be no errors. Should probably remove this file.
// id is now builtin. There should be no errors.
id obj;
@interface Foo