mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
10 lines
80 B
Plaintext
10 lines
80 B
Plaintext
|
import("a")
|
||
|
import("b")
|
||
|
|
||
|
assert(x)
|
||
|
assert(y)
|
||
|
assert(z)
|
||
|
|
||
|
source_set("stuff") {
|
||
|
}
|