[kernel] Parsing mutually_recursive_struct.i (no preprocessing)
[kernel] mutually_recursive_struct.i:9: User Error:
declaration of array of incomplete type 'struct S2`
[kernel] mutually_recursive_struct.i:9: User Error:
field `s2' is declared with incomplete type struct S2 [2]
[kernel] mutually_recursive_struct.i:11: User Error:
declaration of array of incomplete type 'struct S1`
[kernel] mutually_recursive_struct.i:11: User Error:
field `s1' is declared with incomplete type struct S1 [2]
[kernel] mutually_recursive_struct.i:11: User Error: type struct S2 is circular
[kernel] User Error: stopping on file "mutually_recursive_struct.i" that has errors.
[kernel] Frama-C aborted: invalid user input.
|