// Part of the Concrete Compiler Project, under the BSD3 License with Zama // Exceptions. See // https://github.com/zama-ai/homomorphizer/blob/master/LICENSE.txt for license // information. #include namespace mlir { namespace concretelang { char LambdaArgument::ID = 0; } // namespace concretelang } // namespace mlir