Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
f076ac89
Commit
f076ac89
authored
Feb 20, 2007
by
Simon Marlow
Browse files
we should really exit(0) at the end of main()
parent
d9b9ede0
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/concurrent/should_run/conc059_c.c
View file @
f076ac89
...
...
@@ -23,4 +23,5 @@ int main(int argc, char *argv[])
#else
usleep
(
1000000
);
#endif
exit
(
0
);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment