Files: 56a506ff6def3d0c4bb531691b6a4d3f80eadd9c / 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