Add signal with pointer compilation/linking test
This commit is contained in:
parent
6e85e3c97b
commit
6ba7a532f7
@ -40,6 +40,13 @@ test_double (void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void
|
||||||
|
test_linking_pointers (void) {
|
||||||
|
signal<void, const char*> ptr_signal;
|
||||||
|
ptr_signal (NULL);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main (int, char **) {
|
main (int, char **) {
|
||||||
test_null ();
|
test_null ();
|
||||||
|
Loading…
Reference in New Issue
Block a user