forked from OSchip/llvm-project
parent
7ccef07786
commit
f243ce960a
|
@ -5,7 +5,7 @@ sbyte %test() { ret sbyte 1 }
|
|||
ubyte %test() { ret ubyte 1 }
|
||||
short %test() { ret short -1 }
|
||||
ushort %test() { ret ushort 65535 }
|
||||
int %main() { ret int -1 }
|
||||
int %main() { ret int 0 }
|
||||
uint %test() { ret uint 4 }
|
||||
;long %test() { ret void }
|
||||
;ulong %test() { ret void }
|
||||
|
|
Loading…
Reference in New Issue