blob: 298aa836710bd96ddd530a63bf2db0ff028d5a9b [file] [log] [blame]
; RUN: analyze %s -tddatastructure
implementation
int *%foo(int *%A, int **%B, int *%C, int **%D, int* %E) {
%a = load int* %A
%b = load int** %B
store int* %C, int** %D
ret int* %E
}