]> andersk Git - splint.git/blobdiff - test/parentype.c
Fixed but with parenthesized pointer declarations.
[splint.git] / test / parentype.c
diff --git a/test/parentype.c b/test/parentype.c
new file mode 100644 (file)
index 0000000..c0a9f59
--- /dev/null
@@ -0,0 +1,8 @@
+int f(void)
+{
+  double (*y)[3];
+  double z[3];
+
+  y = &z;         /* line 6 */
+  return 0;
+}
This page took 0.035155 seconds and 4 git commands to generate.