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