diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/compile/uuarg.c')
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/uuarg.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.c-torture/compile/uuarg.c b/gcc/testsuite/gcc.c-torture/compile/uuarg.c new file mode 100644 index 0000000..8928b3e --- /dev/null +++ b/gcc/testsuite/gcc.c-torture/compile/uuarg.c @@ -0,0 +1,4 @@ +foo (a, b, c, d, e, f, g, h, i) +{ + return foo () + i; +} |