12 lines
210 B
Plaintext
12 lines
210 B
Plaintext
---
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
description: Result of unparsing import_cycle1.kcl
|
|
---
|
|
@settings(defaultLengthUnit = in)
|
|
|
|
import two from "import_cycle2.kcl"
|
|
|
|
export fn one() {
|
|
return two() - 1
|
|
}
|