1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-02 03:41:28 +00:00
SixtyPical/tests/SixtyPical Callgraph.md
2019-10-21 17:29:38 +01:00

541 B

SixtyPical Callgraph

This is a test suite, written in Falderal format, for the ability of a SixtyPical analyzer to construct a callgraph of which routines call which other routines, and its ability to discover which routines will never be called.

-> Tests for functionality "Dump callgraph info for SixtyPical program"

The main routine is always called.

| define main routine
| {
| }
= [
=     [
=         "main"
=     ]
= ]