Files: 39c605e57fea0c061624d341eb118b160280e0b0 / tests / c / referances.c
148 bytesRaw
1 | extern int numOfReferances(); |
2 | extern void equals(int, int); |
3 | |
4 | void onCreation(int msgRef) |
5 | { |
6 | const int num = numOfReferances(); |
7 | equals(num, 1); |
8 | } |
9 |
Built with git-ssb-web