diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/compile/symconst.c')
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/symconst.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.c-torture/compile/symconst.c b/gcc/testsuite/gcc.c-torture/compile/symconst.c new file mode 100644 index 0000000..7add218 --- /dev/null +++ b/gcc/testsuite/gcc.c-torture/compile/symconst.c @@ -0,0 +1,4 @@ +foo () +{ + return (int)foo; +} |