Files
c3c/test/test_suite/struct/struct_comma.c3

8 lines
98 B
Plaintext

import std::io;
struct Test
{
int a, // #error: Did you accidentally use ','
int b,
}