7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
package routing;
|
|
|
|
@test fn private_helper_first() void = {
|
|
assert(privateproduction() == 8);
|
|
assert(privatevalue() == 8);
|
|
};
|