TPDE
Loading...
Searching...
No Matches
ValLocalIdx.hpp
1// SPDX-FileCopyrightText: 2025 Contributors to TPDE <https://tpde.org>
2// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3#pragma once
4
5#include <cstdint>
6
7namespace tpde {
8enum class ValLocalIdx : uint32_t {
9};
10} // namespace tpde