Init new repository
This commit is contained in:
6
tests/regression_same_named_agg_fields.txt
Normal file
6
tests/regression_same_named_agg_fields.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
// #failed: resolve
|
||||
// #error: duplicate field 'a' in aggregate type 'A'
|
||||
A :: struct {
|
||||
a: int;
|
||||
a: int;
|
||||
}
|
||||
Reference in New Issue
Block a user