Files: d4856dcf6d525c3e11faeacb5c7ad5f07703cc48 / 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