]> rtime.felk.cvut.cz Git - omk.git/blob - tests/programs/test.c
Leaf makefiles in tests replaced with dash-friendly version
[omk.git] / tests / programs / test.c
1 #include <stdio.h>
2
3 int main()
4 {
5 #ifdef NUMBER
6         printf("NUMBER is %d\n", NUMBER);
7 #endif
8         return 0;
9 }