Accidental change.

This commit is contained in:
Christoffer Lerno
2023-04-28 23:36:45 +02:00
parent 184cc19d36
commit 6fc38bbcb9

View File

@@ -1,5 +1,5 @@
fn void test()
{
char* c = { 1, 3, "hello"};
char* c = { 1, 3, "hello"}[2];
int x;
}