From de004660726acb148bf0022706b7019ca560172d Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 16 Apr 2019 12:26:18 -0700 Subject: tests -> test --- test/initializer-string-array.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/initializer-string-array.c (limited to 'test/initializer-string-array.c') diff --git a/test/initializer-string-array.c b/test/initializer-string-array.c new file mode 100644 index 0000000..9ccc9d0 --- /dev/null +++ b/test/initializer-string-array.c @@ -0,0 +1,3 @@ +void f(void) { + char x[][4] = {"abc", "xyz"}; +} -- cgit v1.2.3