Skip to content

Commit

Permalink
Add test.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Sep 18, 2024
1 parent 20fd7ab commit 9426e81
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/test_suite/functions/type_argument_live_1461.c3t
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module test;
macro @test(uint value, #type) {

}

fn void main()
{
@test(1, uint);
}

0 comments on commit 9426e81

Please sign in to comment.