This code is adapted from similar code in SerenityOS and allows the LIST_INITIALIZER1 test to pass with c++11 compliant compiler when targeting an old c++ std librray that does not have std::initializer_list.
Adding C++11 compatibility tests, disabled by default. See instructions inside the file.