1/* See LICENSE file for copyright and license details. */
2
3// ?man true: return successful exit status
4// ?man exit with status 0 representing success
5int
6main(void)
7{
8 return 0;
9}
1/* See LICENSE file for copyright and license details. */
2
3// ?man true: return successful exit status
4// ?man exit with status 0 representing success
5int
6main(void)
7{
8 return 0;
9}