2 * This program checks if the compiler doesn't have a certain bug
3 * that we encountered when testing C++11 features
6 #include "test_config.h"
13 static constexpr char const* adapter_name
= "A";
14 static constexpr float pi
= 3.14150f
;
18 run_main (int, ACE_TCHAR
*[])
20 ACE_START_TEST (ACE_TEXT("Compiler_Features_29_Test"));
22 ACE_DEBUG ((LM_DEBUG
, "Variable %C\n", A::adapter_name
));