gemstone/tests/llvm/params/test.txt

4 lines
62 B
Plaintext
Raw Normal View History

2024-05-21 08:15:56 +00:00
2024-05-21 09:59:44 +00:00
fun a(in out int: a, in float: b)(out float: c) {
2024-05-21 08:15:56 +00:00
a = 0
}