Add a simple test for hex constant integers

llvm-svn: 5803
This commit is contained in:
Chris Lattner 2003-04-17 22:19:23 +00:00
parent e509bd47bf
commit 2bee86d9df
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
;; Test constant cast expressions
;;-------------------------------
global ulong u0x00001 ; hexadecimal unsigned integer constants
global long s0x0012312 ; hexadecimal signed integer constants
%t2 = global int* %t1 ;; Forward reference without cast
%t3 = global uint* cast (int* %t1 to uint*) ;; Forward reference with cast
%t1 = global int 4 ;; int* %0