blob: a2a145f48739a55d82c2b8b1aba9d1517d0ddf02 [file] [log] [blame]
Brian Gaekeb1ef7d62003-11-22 04:58:25 +00001%y = weak global sbyte 0
2implementation
3uint %testcase() {
4entry:
5 ret uint shr (uint cast (sbyte* %y to uint), ubyte 4)
6}