summaryrefslogtreecommitdiff
path: root/tests/diagnostics/variable-void-type.spire
diff options
context:
space:
mode:
Diffstat (limited to 'tests/diagnostics/variable-void-type.spire')
-rw-r--r--tests/diagnostics/variable-void-type.spire7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/diagnostics/variable-void-type.spire b/tests/diagnostics/variable-void-type.spire
deleted file mode 100644
index 926e6401d..000000000
--- a/tests/diagnostics/variable-void-type.spire
+++ /dev/null
@@ -1,7 +0,0 @@
-//TEST:SIMPLE:
-// variable with `void` type
-
-void foo()
-{
- void a;
-}