From f35b7e32809c5d54850ce75c4dad1a8598235cf0 Mon Sep 17 00:00:00 2001 From: Matthew Sotoudeh Date: Wed, 26 Jul 2023 10:53:27 -0700 Subject: simplify code a fair bit --- tests/void_cast.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/void_cast.c (limited to 'tests/void_cast.c') diff --git a/tests/void_cast.c b/tests/void_cast.c new file mode 100644 index 0000000..d559b2a --- /dev/null +++ b/tests/void_cast.c @@ -0,0 +1,5 @@ +int main() { + int x; + (void)x; + return 0; +} -- cgit v1.2.3