summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/void_cast.c5
1 files changed, 5 insertions, 0 deletions
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;
+}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback