diff --git a/test/signal.cpp b/test/signal.cpp index 89fa04b7..8d86f81c 100644 --- a/test/signal.cpp +++ b/test/signal.cpp @@ -40,6 +40,13 @@ test_double (void) { } +void +test_linking_pointers (void) { + signal ptr_signal; + ptr_signal (NULL); +} + + int main (int, char **) { test_null ();