force a 32-bit triple.

llvm-svn: 69729
This commit is contained in:
Chris Lattner 2009-04-21 21:42:41 +00:00
parent d1148a7f72
commit 6750113d54
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: clang-cc %s -fsyntax-only -verify
// RUN: clang-cc %s -fsyntax-only -verify -triple i386-apple-darwin9
typedef struct objc_object {} *id;
typedef signed char BOOL;
typedef unsigned int NSUInteger;