aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/attribs1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/attribs1.c')
-rw-r--r--test/regression/attribs1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/attribs1.c b/test/regression/attribs1.c
index 808610b7..0650b189 100644
--- a/test/regression/attribs1.c
+++ b/test/regression/attribs1.c
@@ -24,7 +24,7 @@ __attribute((__section__("myconst"))) const int e = 12;
const char filler4 = 1;
__attribute((__section__("myconst"))) const int f = 34;
-__attribute((__section__("mycode"))) int myfunc(int x) { return x + 1; }
+__attribute((__section__("mycode"))) int * myfunc(int * x) { return x + 1; }
/* Alignment with typedefs and structs */