aboutsummaryrefslogtreecommitdiffstats
path: root/test_deliverable/c_compiler_ref.sh
blob: 7fe89e81657bd1b41f41fee84df81481c7949e1b (plain)
1
2
3
4
#!/bin/bash

mips-linux-gnu-gcc -std=c89 -c -S -x c - -o -
exit $?