Files
c3c/test/test_suite7/struct/struct_comma.c3
2025-02-23 13:53:04 +01:00

8 lines
98 B
Plaintext

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