mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
8a261626fc
TestRunner tests). This makes creating the new test database class easier to implement. llvm-svn: 8841
7 lines
91 B
LLVM
7 lines
91 B
LLVM
; RUN: analyze %s -tddatastructure
|
|
|
|
void %foo(int* %X) {
|
|
store int 4, int* %X
|
|
ret void
|
|
}
|