2 * This program checks if the compiler doesn't have a certain bug
6 #include "test_config.h"
9 run_main (int, ACE_TCHAR
*[])
11 ACE_START_TEST (ACE_TEXT("Compiler_Features_33_Test"));
14 char _tao_discriminant
= '\x0';
16 switch (_tao_discriminant
)
283 ACE_ERROR ((LM_ERROR
,
284 ACE_TEXT ("ERROR: Switch doesn't worked as expected\n")));
289 ACE_TEXT ("Switch worked as expected\n")));