From 2023a7b2d9656f80b00de81453348c0a66f200f7 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 14 Aug 2024 20:44:26 +0300 Subject: test cleanup + Somewhat poor Git hygiene but I also fixed some bugs while I was at it. --- tests/trait_multiple_expand.ek | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/trait_multiple_expand.ek') diff --git a/tests/trait_multiple_expand.ek b/tests/trait_multiple_expand.ek index 285a6ea..04e2b82 100644 --- a/tests/trait_multiple_expand.ek +++ b/tests/trait_multiple_expand.ek @@ -1,3 +1,5 @@ +typedef ptr {} + define b[] { c![]; a![]; @@ -16,3 +18,9 @@ typedef d { b![]; c(*d d) {} } + +main() +{ + d d = d!{}; + d.c(); +} -- cgit v1.3