X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fregression%2Ftests%2Fstorage.c;h=7b4c4fa7772bd593ceba1e2bc8bc5d92a2b66a5e;hb=a777e82f33d3fd9fc64bceb32a50e540678dfd3b;hp=91142adfef72ac3c7262fa1cd443f0ce314e67f4;hpb=6f030c2235d16d3e21ea420d3c5f82576506d0e2;p=fw%2Fsdcc diff --git a/support/regression/tests/storage.c b/support/regression/tests/storage.c index 91142adf..7b4c4fa7 100644 --- a/support/regression/tests/storage.c +++ b/support/regression/tests/storage.c @@ -8,13 +8,13 @@ /** Simple function that spoils sdcc's optimiser by hiding an assign. */ -static {type} +{type} spoilAssign({type} in) { return in; } -static void +void testStorageTypes(void) { {source_storage} {type} source;