blob: 5a3402b351f98c0cad800885cd924c15fd7aa11a [file] [log] [blame]
// Copyright Microsoft and CHERIoT Contributors.
// SPDX-License-Identifier: MIT
#include <compartment.h>
#include <token.h>
// Type that we'll use for testing.
struct TestType
{
int value;
};
void __cheri_compartment("static_sealing_inner")
test_static_sealed_object(Sealed<TestType>);