summaryrefslogtreecommitdiffstats
path: root/m4/openssh.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/openssh.m4')
-rw-r--r--m4/openssh.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/openssh.m4 b/m4/openssh.m4
index 033df501..176a8d1c 100644
--- a/m4/openssh.m4
+++ b/m4/openssh.m4
@@ -20,7 +20,10 @@ char *f2(char *s, ...) {
va_end(args);
return strdup(ret);
}
+int i;
+double d;
const char *f3(int s) {
+ i = (int)d;
return s ? "good" : "gooder";
}
int main(int argc, char **argv) {