aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/reloc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/reloc.c b/test/reloc.c
index 0695770..ccc03ec 100644
--- a/test/reloc.c
+++ b/test/reloc.c
@@ -1,5 +1,7 @@
+const void *const relro = &relro;
+
float get_value(unsigned x)
{
static const float values [] = {1.1f, 1.2f, 1.3f, 1.4f};