projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5c5063
)
Forgot to make test executable
author
Chris Lattner
<sabre@nondot.org>
Wed, 14 May 2003 14:47:38 +0000
(14:47 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 14 May 2003 14:47:38 +0000
(14:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6196
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/C++Frontend/global_type.cpp
patch
|
blob
|
history
diff --git
a/test/C++Frontend/global_type.cpp
b/test/C++Frontend/global_type.cpp
index a11ea64412970ac16f3199843096bb27d94625b8..8e6c3221d42c626e4d7bc49029c194d8cf93859d 100644
(file)
--- a/
test/C++Frontend/global_type.cpp
+++ b/
test/C++Frontend/global_type.cpp
@@
-4,3
+4,4
@@
double data[100];
double *dpa = data;
double *dpb = data+100;
+int main() { return 0; }