aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/old/vlib/v/checker/tests/unknown_struct_name.vv
diff options
context:
space:
mode:
Diffstat (limited to 'v_windows/v/old/vlib/v/checker/tests/unknown_struct_name.vv')
-rw-r--r--v_windows/v/old/vlib/v/checker/tests/unknown_struct_name.vv5
1 files changed, 5 insertions, 0 deletions
diff --git a/v_windows/v/old/vlib/v/checker/tests/unknown_struct_name.vv b/v_windows/v/old/vlib/v/checker/tests/unknown_struct_name.vv
new file mode 100644
index 0000000..52a4330
--- /dev/null
+++ b/v_windows/v/old/vlib/v/checker/tests/unknown_struct_name.vv
@@ -0,0 +1,5 @@
+module main
+
+fn main() {
+ _ := F{}
+}