1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s 2 3 .data 4 .incbin "incbin_abcd" 5 6 # CHECK: .ascii "abcd\n" 7