forked from OSchip/llvm-project
Rename this test to make it more general for including more tests.
llvm-svn: 180056
This commit is contained in:
parent
7359d4793e
commit
760b5e360d
|
@ -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;
|
Loading…
Reference in New Issue