blob: f8b18045596286bcd2b9ff95bf8678ea09db2628 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# sh testcase, fail
# mach: all
# as(sh): -defsym sim_cpu=0
# as(shdsp): -defsym sim_cpu=1 -dsp
# output: fail\n
# status: 1
.include "testutils.inc"
start
fail
exit 0
|