1 ; RUN: llvm-as < %s | llvm-bcanalyzer -dump | FileCheck %s
3 ; CHECK: Block ID {{.*}} (TYPE_BLOCK_ID)
9 define half @test_half(half %x, half %y) {
14 define bfloat @test_bfloat(i16 %x) {
15 %a = bitcast i16 %x to bfloat
19 declare void @llvm.token(token)