mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-14 01:55:00 +00:00
9 lines
181 B
Text
9 lines
181 B
Text
platform "test-platform"
|
|
requires {} { main : * }
|
|
exposes []
|
|
packages {}
|
|
imports []
|
|
provides [main_for_host]
|
|
|
|
main_for_host : {} -> {}
|
|
main_for_host = \{} -> {}
|