File: mutually_recursive_struct.res.oracle

package info (click to toggle)
frama-c 20220511-manganese-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 66,472 kB
  • sloc: ml: 278,832; ansic: 47,093; sh: 4,823; makefile: 3,618; javascript: 2,436; python: 1,919; perl: 897; lisp: 293; xml: 62
file content (12 lines) | stat: -rw-r--r-- 717 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
[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.