13 lines
183 B
Plaintext
13 lines
183 B
Plaintext
IB {
|
|
float f;
|
|
float f;
|
|
} ib;
|
|
|
|
IB1 { float f; };
|
|
IB2 { float f; };
|
|
|
|
/*%%*
|
|
field 'f' was already defined in the same interface block ('IB')
|
|
symbol 'f' was already defined
|
|
*%%*/
|