diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2009-10-15 07:44:25 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2009-10-15 07:44:25 +0000 |
| commit | 98781354c33bdc945ab6ea8c410d36c664ce1f5e (patch) | |
| tree | badd8f913c2a7db8d5fbe7d83c862e35e403fd41 /test/CodeGen/const-init.c | |
| parent | 4c8b24812ddcd1dedaca343a6d4e76f91f398981 (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/const-init.c')
| -rw-r--r-- | test/CodeGen/const-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/const-init.c b/test/CodeGen/const-init.c index 29e9c5561527..e25da9c6eba0 100644 --- a/test/CodeGen/const-init.c +++ b/test/CodeGen/const-init.c @@ -1,6 +1,6 @@ // RUN: clang-cc -triple i386-pc-linux-gnu -verify -emit-llvm -o - %s | FileCheck %s -#include <stdint.h> +typedef __INTPTR_TYPE__ intptr_t; // Brace-enclosed string array initializers char a[] = { "asdf" }; |
