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"
12 constexpr A() : a() { }
17 B() : b(new A
<int>[0]) {}
29 run_main (int, ACE_TCHAR
*[])
31 ACE_START_TEST (ACE_TEXT("Compiler_Features_21_Test"));
34 ACE_TEXT ("Compiler Feature 21 Test does compile and run.\n")));