Skip to content

None

Given a file named “pen.json” with:

{
"type": "library",
"dependencies": {}
}

Given a file named “Foo.pen” with:

f = \() none {
none
}

When I run pen build

Then the exit status should be 0.