1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-21 12:13:47 +01:00
luau/EqSat/include/Luau/Language.h
2024-05-19 11:38:11 -07:00

12 lines
206 B
C++

// This file is part of the Luau programming language and is licensed under MIT License; see LICENSE.txt for details
#pragma once
namespace Luau::EqSat
{
struct Language
{
};
} // namespace Luau::EqSat