forked from OSchip/llvm-project
parent
f4ef97c59f
commit
93ca4e50d9
|
@ -0,0 +1,12 @@
|
||||||
|
|
||||||
|
typedef union {
|
||||||
|
long (*ap)[4];
|
||||||
|
} ptrs;
|
||||||
|
|
||||||
|
void DoAssignIteration() {
|
||||||
|
ptrs abase;
|
||||||
|
abase.ap+=27;
|
||||||
|
Assignment(*abase.ap);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue