8 lines
122 B
Rust
Raw Normal View History

2022-08-16 16:25:52 +08:00
use lib_ot::core::DocumentTree;
2021-12-15 23:01:50 +08:00
2022-08-16 16:25:52 +08:00
#[test]
fn main() {
// Create a new arena
let _document = DocumentTree::new();
}