mirror of
https://github.com/intel/llvm.git
synced 2026-02-07 16:11:27 +08:00
Use intptr_t from stdint.h (in freestanding mode) instead of redefining it here
with __INTPTR_TYPE__. llvm-svn: 89609
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// RUN: clang-cc -triple i386-pc-linux-gnu -verify -emit-llvm -o - %s | FileCheck %s
|
||||
// RUN: clang-cc -triple i386-pc-linux-gnu -ffreestanding -verify -emit-llvm -o - %s | FileCheck %s
|
||||
|
||||
typedef __INTPTR_TYPE__ intptr_t;
|
||||
#include <stdint.h>
|
||||
|
||||
// Brace-enclosed string array initializers
|
||||
char a[] = { "asdf" };
|
||||
|
||||
Reference in New Issue
Block a user