source:
git/doc/bad_lib0.lib
Last change on this file was 75f460, checked in by , 8 years ago | |
---|---|
|
|
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.