Files: 39c605e57fea0c061624d341eb118b160280e0b0 / tests / c / run.c
123 bytesRaw
1 | extern void equals(int, int); |
2 | |
3 | int onCreation(int mgsRef) |
4 | { |
5 | return 0; |
6 | } |
7 | |
8 | int onMessage() |
9 | { |
10 | equals(0, 0); |
11 | return 0; |
12 | } |
13 |
Built with git-ssb-web
1 | extern void equals(int, int); |
2 | |
3 | int onCreation(int mgsRef) |
4 | { |
5 | return 0; |
6 | } |
7 | |
8 | int onMessage() |
9 | { |
10 | equals(0, 0); |
11 | return 0; |
12 | } |
13 |
Built with git-ssb-web