gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / cond.s
index 2737d1ff298ae8c6a002d4c8a1324d102d367258..94136acb2373162db808bbfec99c191e675ef864 100644 (file)
        .long   9
        .endif
 
+       .comm   c, 1
+       .ifndef c
+       .err
+       .endif
+
        .equiv  x, y
+       .ifndef x
+       .err
+       .endif
        .equiv  y, 0
        .if     x
        .err
This page took 0.023606 seconds and 4 git commands to generate.