// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. #include #undef NDEBUG #ifndef DEBUG_BUILD #define DEBUG_BUILD #endif // DEBUG_BUILD #include #include TEST(CompileTest, Assert) { assert(true); }