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