blob: 47820449ef8e9fb277ff16526b3280a75dc436b5 [file] [log] [blame]
Chris Lattnerb1f92f82003-04-25 20:09:17 +00001; There should be absolutely no problem with this testcase.
2
3implementation
4
5int %test(int %arg1, int %arg2) {
6 ret int cast (int (int, int)* %test to int)
7}