File size: 215 Bytes
378910a | 1 2 3 4 5 6 7 8 9 10 | // cassert standard header (core)
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// NOTE: no include guard
#include <yvals_core.h>
#include <assert.h>
|