Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

utxcpt3.c File Reference

#include <ntos.h>

Go to the source code of this file.

Functions

 main ()

Variables

BOOLEAN EndTest = FALSE


Function Documentation

main  ) 
 

Definition at line 7 of file utxcpt3.c.

References DbgPrint, EndTest, and FALSE.

00008 { 00009 00010 while (EndTest == FALSE) { 00011 try { 00012 try { 00013 DbgPrint("doing return\n"); 00014 return; 00015 } 00016 finally { 00017 DbgPrint("in inner finally\n"); 00018 break; 00019 } 00020 } 00021 finally { 00022 DbgPrint("in last finally\n"); 00023 continue; 00024 } 00025 } 00026 }


Variable Documentation

BOOLEAN EndTest = FALSE
 

Definition at line 5 of file utxcpt3.c.

Referenced by main().


Generated on Sat May 15 19:46:06 2004 for test by doxygen 1.3.7