From 77d3630eef4ea1c4b0424a46526a6be476a89230 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 16 Mar 2023 22:17:51 -0700 Subject: Fix name mangling of `FuncCallIntVal` in func signatures. (#2709) * Fix name mangling of `FuncCallIntVal` in func signatures. * Enhance the test. * Fix. * Fix. --------- Co-authored-by: Yong He --- tests/bugs/array-size-static-const-2.slang.expected.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/bugs/array-size-static-const-2.slang.expected.txt (limited to 'tests/bugs/array-size-static-const-2.slang.expected.txt') diff --git a/tests/bugs/array-size-static-const-2.slang.expected.txt b/tests/bugs/array-size-static-const-2.slang.expected.txt new file mode 100644 index 000000000..ae5bfa02a --- /dev/null +++ b/tests/bugs/array-size-static-const-2.slang.expected.txt @@ -0,0 +1,5 @@ +type: uint32_t +3 +0 +0 +0 -- cgit v1.2.3