mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
11 lines
194 B
Text
11 lines
194 B
Text
platform "test-platform"
|
|
requires {} { main : _ }
|
|
exposes []
|
|
packages {}
|
|
imports []
|
|
provides [mainForHost]
|
|
|
|
MyEnum : [Foo, Bar, Baz]
|
|
|
|
mainForHost : MyEnum
|
|
mainForHost = main
|