mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 21:57:55 +00:00
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:
parent
c5c5063a07
commit
939f474832
@ -4,3 +4,4 @@ double data[100];
|
||||
double *dpa = data;
|
||||
double *dpb = data+100;
|
||||
|
||||
int main() { return 0; }
|
||||
|
Loading…
Reference in New Issue
Block a user