luau/EqSat/include/Luau/Language.h
2024-05-18 15:26:57 -07:00

15 lines
249 B
C++

// This file is part of the Luau programming language and is licensed under MIT License; see LICENSE.txt for details
#pragma once
#include "Luau/Id.h"
namespace Luau::EqSat
{
template<typename L>
struct Language
{
};
} // namespace Luau::EqSat