In llvm-mc parse a Hash token as a full line comment. Allows handling of
[oota-llvm.git] / test / CodeGen / CBackend / 2004-12-28-LogicalConstantExprs.ll
1 ; RUN: llc < %s -march=c
2
3 define i32 @foo() {
4         ret i32 and (i32 123456, i32 ptrtoint (i32 ()* @foo to i32))
5 }