1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00
semantic/test/fixtures/go/unary-expressions.parseA.txt
2017-11-03 15:12:25 -07:00

14 lines
192 B
Plaintext

(Program
(Module
(Identifier))
(Function
(Empty)
(Identifier)
(
(Not
(Identifier))
(Pointer
(Call
(Identifier)
(Empty))))))