On Monday, 23 April 2018 18:04:11 UTC+3, Pablo Heiber  wrote:
> $ echo "int main() { throw; }" > test.cpp && g++ test.cpp && ./test; echo $?
> terminate called without an active exception
> Aborted
> 134

In this case, the program didn't exit with nonzero exit code. In fact, it 
terminated with SIGABRT signal.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Code Jam" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-code/c47e3ecf-e401-4aad-8c82-7f7df38af268%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to