bc700509c1
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)
|
|
)
|
|
)
|
|
(identifier)
|
|
)
|
|
(semicolon)
|
|
)
|
|
|