297288e2b0
A change to the grammar for parsing instantiations was not accompanied by a change to the tests. Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
18 lines
196 B
Plaintext
18 lines
196 B
Plaintext
=========================
|
|
Simple Instantiation
|
|
=========================
|
|
bool() main;
|
|
---
|
|
(p4program
|
|
(instantiation
|
|
(typeRef
|
|
(baseType
|
|
(bool)
|
|
)
|
|
)
|
|
(arguments)
|
|
(identifier)
|
|
)
|
|
)
|
|
|