()
| 425 | |
| 426 | #[test] |
| 427 | fn parse_cruft() { |
| 428 | let yul = r###" |
| 429 | object "fib" { |
| 430 | code { |
| 431 | } |
| 432 | } |
| 433 | |
| 434 | "###; |
| 435 | insta::assert_snapshot!(parse_to_tree(yul)); |
| 436 | } |
| 437 | |
| 438 | //TODO: add test for parse function definition |
| 439 |
nothing calls this directly
no outgoing calls
no test coverage detected