From 1280a492b87f02aac8c8f8496ebd42039762d7e4 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Mon, 12 Oct 2020 15:13:15 +0200 Subject: Fix printing for empty primitive arrays Fix #13178 --- test-suite/bugs/closed/bug_13178.v | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test-suite/bugs/closed/bug_13178.v (limited to 'test-suite/bugs') diff --git a/test-suite/bugs/closed/bug_13178.v b/test-suite/bugs/closed/bug_13178.v new file mode 100644 index 0000000000..d9c516c362 --- /dev/null +++ b/test-suite/bugs/closed/bug_13178.v @@ -0,0 +1,3 @@ +Primitive array := #array_type. + +Check [| | 0 |]. -- cgit v1.2.3