summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/arm-homogenous.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/arm-homogenous.c')
-rw-r--r--test/CodeGen/arm-homogenous.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/arm-homogenous.c b/test/CodeGen/arm-homogenous.c
index 814fde5760..eb3d5a6bd6 100644
--- a/test/CodeGen/arm-homogenous.c
+++ b/test/CodeGen/arm-homogenous.c
@@ -1,5 +1,7 @@
// RUN: %clang_cc1 -triple armv7---eabi -target-abi aapcs -mfloat-abi hard -emit-llvm %s -o - | FileCheck %s
-#include <stdint.h>
+
+typedef long long int64_t;
+typedef unsigned int uint32_t;
/* This is not a homogenous aggregate - fundamental types are different */
typedef union {