test: cover directory package test graphs
This commit is contained in:
5
test/package/routing/detail.ww
Normal file
5
test/package/routing/detail.ww
Normal file
@@ -0,0 +1,5 @@
|
||||
package routing;
|
||||
|
||||
fn privateproduction() int = { return 8; };
|
||||
|
||||
export fn secondvalue() int = { return 9; };
|
||||
Reference in New Issue
Block a user