From db3809488805fbdcd9d726d9ed45ad7335812bd1 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 1 May 2026 22:43:13 +0300 Subject: remove examples in favour of tests + Might come up with proper examples at some point, but for now tests at least tell us if they're broken --- examples/opt_group.fwd | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 examples/opt_group.fwd (limited to 'examples/opt_group.fwd') diff --git a/examples/opt_group.fwd b/examples/opt_group.fwd deleted file mode 100644 index e520c70..0000000 --- a/examples/opt_group.fwd +++ /dev/null @@ -1,14 +0,0 @@ -do_something(() a | () b) -{ - a(); - - /* should fail, since either a or b should be called, but not both */ - b(); -} - -main() -{ - do_something() - => {} - => {} -} -- cgit v1.2.3