source: git/doc/bad_lib0.lib

spielwiese
Last change on this file was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 175 bytes
Line 
1// example of a library with a syntax error
2  info="LIBRARY: bad_lib0";
3  proc tt(int i)
4  {
5  "some output";
6  }
7  uu // here is the error
8  proc t1(int j)
9  { return(j); }
10
Note: See TracBrowser for help on using the repository browser.