mirror of
https://github.com/thomasxm/BOAZ_beta
synced 2026-06-06 16:54:29 +00:00
10 lines
215 B
Plaintext
Executable File
10 lines
215 B
Plaintext
Executable File
// 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>
|