// 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 zamalang { char LambdaArgument::ID = 0; } // namespace zamalang } // namespace mlir