]> andersk Git - splint.git/blame - test/tests2.4/enumtest.c
Fixes for win32
[splint.git] / test / tests2.4 / enumtest.c
CommitLineData
885824d3 1void (**sig_func)(void);
2void (**(sig_func1))(void);
3
4void s_f (int x) {
5 if (x > 3) {
6 (**sig_func)();
7 } else {
8 (****sig_func1)(); /* No error - C apparently allows this... */
9 }
10}
This page took 0.075089 seconds and 5 git commands to generate.