Rename this test to make it more general for including more tests.

llvm-svn: 180056
This commit is contained in:
Ted Kremenek 2013-04-22 22:09:21 +00:00
parent 7359d4793e
commit 760b5e360d
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
// RUN: %clang_cc1 -triple=x86_64-apple-darwin -fsyntax-only -verify %s
//====------------------------------------------------------------====//
// Test deprecated direct usage of the 'isa' pointer.
//====------------------------------------------------------------====//
typedef unsigned long NSUInteger;
typedef struct objc_object {
struct objc_class *isa;