()
| 77 | |
| 78 | #[test] |
| 79 | fn test_basic_term_creation() { |
| 80 | let arena = Arena::new(); |
| 81 | let symbols = SymbolTable::new(); |
| 82 | |
| 83 | // Test that we can create basic structures |
| 84 | assert!(arena.terms() == 0); |
| 85 | } |
| 86 | } |
nothing calls this directly
no outgoing calls
no test coverage detected