R332 – The main() function may not have a valid return value so messages may not be propagated (WMB)

The main() function may not have a valid return value so messages may not be propagated (WMB)

If the main method does not have a valid return the message flow will halt and may indicate a logic flow issue.

For Example
The main() function may not have a valid return value so messages may not be propagated