1 /* Tests an uninitialised variable bug.
2 t is not initialised in all paths in the do loop, causing the while
3 conditional to fail unpredictably.
5 Doesn't actually test, is really an example.
9 typedef unsigned char UBYTE
;
32 #if !defined(PORT_HOST)
33 # pragma disable_warning 84