8e12397d70
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
6 lines
169 B
ArmAsm
6 lines
169 B
ArmAsm
// RUN: not llvm-mc -triple arm-apple-darwin %s 2> %t
|
|
// RUN: FileCheck -input-file %t %s
|
|
|
|
// CHECK: error: brackets expression not supported on this target
|
|
.byte [4-3]
|