Skip to content

Commit

Permalink
upsie
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbat committed Oct 31, 2024
1 parent 06c8312 commit c091a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/language/typeinfo.das
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ struct Event

[test]
def test_typeinfo ( t : T? )
let arg : int
let a = typeinfo sizeof(arg)
t |> equal(4, a)
let b = typeinfo has_field<i>(type<Event>)
Expand Down

0 comments on commit c091a4a

Please sign in to comment.