diff options
Diffstat (limited to 'test/tls/tst-tlsmod15a.c')
-rw-r--r-- | test/tls/tst-tlsmod15a.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/tls/tst-tlsmod15a.c b/test/tls/tst-tlsmod15a.c deleted file mode 100644 index 66c707129..000000000 --- a/test/tls/tst-tlsmod15a.c +++ /dev/null @@ -1,6 +0,0 @@ -extern int nonexistent_dummy_var; -int * -foo (void) -{ - return &nonexistent_dummy_var; -} |