Forgot to make test executable

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6196 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-05-14 14:47:38 +00:00
parent c5c5063a07
commit 939f474832

View File

@ -4,3 +4,4 @@ double data[100];
double *dpa = data;
double *dpb = data+100;
int main() { return 0; }