Merge branch 'pygromacs' of git+ssh://biod.pnpi.spb.ru/alexxy/gromacs into pygromacs
[alexxy/gromacs.git] / cmake / TestSIGUSR1.c
1 #include <signal.h>
2
3 int
4 main()
5 {
6   int i = SIGUSR1;
7   return 0;
8 }