GNOME Bugzilla – Bug 601340
unreacheable code without error
Last modified: 2010-03-23 07:21:06 UTC
The program: static void main(string[] args){ do while(true){ stdout.printf("Hello"); }while(false); stdout.printf("Hello"); } should throw an error as the "while(true)" is infinity and will never reach the print "Hello"
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 574352 ***