11 lines
209 B
Plaintext
11 lines
209 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
|
||
|
}
|