lib/test_iec_std_lib.c
author Mario de Sousa <msousa@fe.up.pt>
Thu, 31 Mar 2011 21:06:36 +0100
changeset 262 197ba42d78b2
parent 41 8998c8b24b60
child 279 c0453b7f99df
permissions -rwxr-xr-x
Do not crash when checking semantics of undeclared symbolic_variable.
NOTE: this update may have broken the printing of error messages
during semantic analysis of IL code.

#include "iec_std_lib.h"

int main(int argc,char **argv)
{
        return 0;
}