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