xref: /qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_main.c (revision a6caeee8111386b2d16ee07fe817193cde7f0d2a)
1 #include<stdio.h>
2 
3 int main()
4 {
5     printf("hello world\n");
6 }
7