mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Add test.
This commit is contained in:
9
test/test_suite/functions/type_argument_live_1461.c3t
Normal file
9
test/test_suite/functions/type_argument_live_1461.c3t
Normal file
@@ -0,0 +1,9 @@
|
||||
module test;
|
||||
macro @test(uint value, #type) {
|
||||
|
||||
}
|
||||
|
||||
fn void main()
|
||||
{
|
||||
@test(1, uint);
|
||||
}
|
||||
Reference in New Issue
Block a user