shithub: scc

Download patch

ref: d457731bb3aeeb1b1fd7a68a666c91371eccb58b
parent: 1f5844e2974f89a6f8b78f14aaa026a174f3ef44
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Mon Apr 3 04:19:48 EDT 2017

[tests] Add missed 0129-initi.c test

--- /dev/null
+++ b/tests/execute/0129-initi.c
@@ -1,0 +1,12 @@
+
+struct range {
+	long quant;
+} *a;
+long b;
+
+int
+main()
+{
+	struct range r = a[0];
+	b = r.quant;
+}