diff options
Diffstat (limited to 'support/regression/tests/bug-3824.c')
-rw-r--r-- | support/regression/tests/bug-3824.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support/regression/tests/bug-3824.c b/support/regression/tests/bug-3824.c index 58a3fa4e9..7604d8013 100644 --- a/support/regression/tests/bug-3824.c +++ b/support/regression/tests/bug-3824.c @@ -19,3 +19,8 @@ char f(char *c) c[0] = 0; } +void testBug(void) +{ + g(); +} + |