1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Forgot to make test executable

llvm-svn: 6196
This commit is contained in:
Chris Lattner 2003-05-14 14:47:38 +00:00
parent fe80984ca6
commit e4f94d1edf

View File

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