Files
doslang-mirror/fec/tests/m8/errdet/beta.fe
T

6 lines
62 B
Plaintext

unit beta;
pub fn fail() -> !void {
return error.Busy;
}