mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
- Crash when trying to create a const zero untyped list #2847
This commit is contained in:
4
test/test_suite/macros/typeof_untyped_list_zero.c3t
Normal file
4
test/test_suite/macros/typeof_untyped_list_zero.c3t
Normal file
@@ -0,0 +1,4 @@
|
||||
fn void main()
|
||||
{
|
||||
$typeof({1}) $untyped_list;
|
||||
}
|
||||
Reference in New Issue
Block a user