Skip to content

Commit

Permalink
add extra type check tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jackparsonss committed Jul 2, 2024
1 parent 9cef943 commit 5352000
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/input/errors/type/int_sizes.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fn main(): i32 {
let x: i32 = 10000000000000;
return 0;
}
1 change: 1 addition & 0 deletions tests/output/errors/type/int_sizes.out
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TypeError on Line 2

0 comments on commit 5352000

Please sign in to comment.