From 43a123c1ae6613b3efeed291fa552ecd909d3acf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 16 Apr 2024 21:23:18 +0200 Subject: Adding upstream version 1.20.14. Signed-off-by: Daniel Baumann --- test/typeparam/typeswitch2.out | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/typeparam/typeswitch2.out (limited to 'test/typeparam/typeswitch2.out') diff --git a/test/typeparam/typeswitch2.out b/test/typeparam/typeswitch2.out new file mode 100644 index 0000000..6d4df54 --- /dev/null +++ b/test/typeparam/typeswitch2.out @@ -0,0 +1,9 @@ +T 6 +int 7 +int32/int16 8 +struct{T,T} 1 2 +other 9 +T 7 +int32/int16 7 +T 10 +int 11 -- cgit v1.2.3