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

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