From 13505c8b45cb2f00620438a1c23b7d366fb6bf6f Mon Sep 17 00:00:00 2001 From: Gagandeep Singh Date: Fri, 8 Mar 2024 19:41:32 +0530 Subject: [PATCH] DEV: Set interpret_init_list_expr_as_list to false --- src/lc/clang_ast_to_asr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lc/clang_ast_to_asr.cpp b/src/lc/clang_ast_to_asr.cpp index a46d3ef..4865dc4 100644 --- a/src/lc/clang_ast_to_asr.cpp +++ b/src/lc/clang_ast_to_asr.cpp @@ -173,7 +173,7 @@ class ClangASTtoASRVisitor: public clang::RecursiveASTVisitor Location Lloc(T *x) {