From 7f6ae07f5b399ee1ca736f2d64201b2313439415 Mon Sep 17 00:00:00 2001 From: Léo Gourdin Date: Wed, 15 Sep 2021 09:12:19 +0200 Subject: test from csmith --- test/gourdinl/postpass_alternate_str.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/gourdinl/postpass_alternate_str.c (limited to 'test/gourdinl') diff --git a/test/gourdinl/postpass_alternate_str.c b/test/gourdinl/postpass_alternate_str.c new file mode 100644 index 00000000..99c50d7d --- /dev/null +++ b/test/gourdinl/postpass_alternate_str.c @@ -0,0 +1,11 @@ +long a; +short *b; +void c() { + long d = &a; + char e = 0; + long f[4] = {&e}; + if (*b) + if (c) { + long g = &d; + } +} -- cgit