blob: e28796acdab8b84c16e661fdf5f39cf0fdcd3141 [file] [log] [blame]
Chris Lattner1f7893f2004-11-11 07:46:11 +00001; RUN: llvm-as < %s | opt -ipconstprop -disable-output
2implementation
3
4internal void %foo(int %X) {
5 call void %foo(int %X)
6 ret void
7}