9 lines
75 B
Plaintext
9 lines
75 B
Plaintext
// ERROR:6:duplicate
|
|
unit badenam;
|
|
|
|
error E {
|
|
One = 1,
|
|
One = 2,
|
|
}
|
|
|