Skip to content

Commit

Permalink
fix: add inference to src tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Chronostasys committed Nov 22, 2023
1 parent 01866cd commit 590b61b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/main.pi
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ use project1::test::iter;
use std::libc;
use std::io;
use std::cols::hashtable;
use project1::test::inference;

use core::hash::pl_hash::*;

Expand Down Expand Up @@ -57,6 +58,7 @@ pub fn main() i64 {
generic::ret_generic1<i64>();
test_compile_time_reflection();
iter::test_generator();
inference::test_inference();


let fd = io::open_read("./Cargo.toml");
Expand Down

0 comments on commit 590b61b

Please sign in to comment.