Test that trivial constants are not printed in hex notation.
[oota-llvm.git] / test / Assembler / 2002-08-15-CastAmbiguity.ll
1 ; RUN: llvm-as < %s -o /dev/null -f
2
3
4
5
6 void %test(int %X) {
7         call void (int)* cast (void(int) * %test to void(int) *) (int 6)
8         ret void
9
10 }