test: cover directory package test graphs

This commit is contained in:
2026-08-12 03:46:58 +09:00
parent 9862f0c05f
commit 7d25ad9f9f
5 changed files with 651 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
package routing;
fn privateproduction() int = { return 8; };
export fn secondvalue() int = { return 9; };