diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-05-01 22:43:13 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-05-01 22:43:13 +0300 |
| commit | db3809488805fbdcd9d726d9ed45ad7335812bd1 (patch) | |
| tree | dcf1ceb68a7d77733a474825a9804fe99d253b48 /examples/opt_group.fwd | |
| parent | f1e9860ab638594e95db0ada848157b860eeb831 (diff) | |
| download | fwd-db3809488805fbdcd9d726d9ed45ad7335812bd1.tar.gz fwd-db3809488805fbdcd9d726d9ed45ad7335812bd1.zip | |
+ Might come up with proper examples at some point, but for now tests at
least tell us if they're broken
Diffstat (limited to 'examples/opt_group.fwd')
| -rw-r--r-- | examples/opt_group.fwd | 14 |
1 files changed, 0 insertions, 14 deletions
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() - => {} - => {} -} |
