File: ltl_example.pml

package info (click to toggle)
spin 6.5.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,512 kB
  • sloc: ansic: 39,876; yacc: 1,021; makefile: 58; sh: 13
file content (5 lines) | stat: -rwxr-xr-x 97 bytes parent folder | download | duplicates (4)
1
2
3
4
5
chan q; int a;

ltl c6	{ [] ( (len(q) < 2) -> (len(q) > 0) ) }

init { printf("hello world\n") }