Fix message about incorrect usage of dihedral type 9
[alexxy/gromacs.git] / cmake / TestRetSigType.c
1 #include <sys/types.h>
2 #include <signal.h>
3
4 int
5 main()
6 {
7   return *(signal (0, 0)) (0) == 1;
8 }