roc/crates/bindgen/tests/fixtures/union-without-padding/app.roc

6 lines
116 B
Text

app "app"
packages { pf: "platform.roc" }
imports []
provides [main] to pf
main = Foo "This is a test"