diff options
| author | Yong He <yonghe@outlook.com> | 2023-03-16 22:17:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-16 22:17:51 -0700 |
| commit | 77d3630eef4ea1c4b0424a46526a6be476a89230 (patch) | |
| tree | 7c097dfcf9ee2b678d3044ffa70fc232c2b3714e /tests/bugs/array-size-static-const-2.slang.expected.txt | |
| parent | fc9cba5307d166f7fda3f7e2c8b5bed7b06fef54 (diff) | |
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 <yhe@nvidia.com>
Diffstat (limited to 'tests/bugs/array-size-static-const-2.slang.expected.txt')
| -rw-r--r-- | tests/bugs/array-size-static-const-2.slang.expected.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
