14 lines · plain
1# RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o /dev/null2# RUN: not llvm-mc -filetype=obj -triple=x86_64 --defsym GAP=1 %s -o /dev/null 2>&1 | FileCheck %s3 4fct_end:5 6.fill (data_start - fct_end), 1, 427.ifdef GAP8.byte 09.endif10# CHECK: [[#@LINE+1]]:7: error: invalid number of bytes11.fill (fct_end - data_start), 1, 4212 13data_start:14