diff options
Diffstat (limited to 'qemu/tests/tcg/mips/mips32-dsp/main.c')
-rw-r--r-- | qemu/tests/tcg/mips/mips32-dsp/main.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu/tests/tcg/mips/mips32-dsp/main.c b/qemu/tests/tcg/mips/mips32-dsp/main.c new file mode 100644 index 000000000..b296b20c9 --- /dev/null +++ b/qemu/tests/tcg/mips/mips32-dsp/main.c @@ -0,0 +1,6 @@ +#include<stdio.h> + +int main() +{ + printf("hello world\n"); +} |