blob: ce2649d53bb0289f1f1d00c7b50a42f35ff202e9 [file] [log] [blame]
Chris Lattnerd0110a52009-07-08 20:50:34 +00001# RUN: llvm-mc %s | FileCheck %s
Daniel Dunbarfca5d342009-06-25 21:56:11 +00002
Chris Lattnerd0110a52009-07-08 20:50:34 +00003# CHECK: TEST0:
4# CHECK: .set a, 0
Daniel Dunbarfca5d342009-06-25 21:56:11 +00005TEST0:
6 .set a, 0
7