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