diff options
author | dalej <dalej@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-23 17:05:02 +0000 |
---|---|---|
committer | dalej <dalej@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-23 17:05:02 +0000 |
commit | f7a8518f27e9bb83821b6f695a45340402273d51 (patch) | |
tree | 6ee2773cb91b1cf3be63a15ffb0adc91124429a9 /gcc/testsuite/gcc.dg/fastmath-1.c | |
parent | 25da9e9f87752961130d34da8b71a776e0387b1d (diff) | |
download | gcc-f7a8518f27e9bb83821b6f695a45340402273d51.tar.gz |
add return 0, newline at end
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58459 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/fastmath-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/fastmath-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/fastmath-1.c b/gcc/testsuite/gcc.dg/fastmath-1.c index d03d66c2c01..1194a6f7d42 100644 --- a/gcc/testsuite/gcc.dg/fastmath-1.c +++ b/gcc/testsuite/gcc.dg/fastmath-1.c @@ -20,5 +20,5 @@ main() { foo(&dists[14], 128) != 156) abort(); + return 0; } - |