forked from OSchip/llvm-project
parent
4a5bb95729
commit
c0fa8dc48d
|
@ -0,0 +1,6 @@
|
|||
// This testcase was causing an incorrect type emission for data.
|
||||
double data[100];
|
||||
|
||||
double *dpa = data;
|
||||
double *dpb = data+100;
|
||||
|
Loading…
Reference in New Issue