blob: b75740396647eda5649ceda8881cbbe3ed2e6322 [file] [log] [blame]
; RUN: analyze %s -tddatastructure
void %foo(int* %X) {
store int 4, int* %X
ret void
}