Files

4 lines
38 B
Plaintext
Raw Permalink Normal View History

export fn identity(@x) {
return x
}