Files
c3c/test/test_suite/arrays/slice_array.c3

6 lines
108 B
Plaintext

distinct Bar = inline void;
struct Foo
{
Bar[] bars; // #error: You cannot form a slice with elements
}