mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
int? ? was not correctly handled. #2786
This commit is contained in:
3
test/test_suite/statements/optional_with_question.c3
Normal file
3
test/test_suite/statements/optional_with_question.c3
Normal file
@@ -0,0 +1,3 @@
|
||||
fn void main()
|
||||
{
|
||||
char? ~ // #error: Expected a fault before '~'
|
||||
Reference in New Issue
Block a user