New testcase

llvm-svn: 4553
This commit is contained in:
Chris Lattner 2002-11-05 21:12:30 +00:00
parent 4b24005a9b
commit ce216753d2
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
void %foo(int* %X) {
store int 4, int* %X
ret void
}