aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/cmd/tools/vvet/tests/parens_space_b.vv
diff options
context:
space:
mode:
Diffstat (limited to 'v_windows/v/cmd/tools/vvet/tests/parens_space_b.vv')
-rw-r--r--v_windows/v/cmd/tools/vvet/tests/parens_space_b.vv4
1 files changed, 4 insertions, 0 deletions
diff --git a/v_windows/v/cmd/tools/vvet/tests/parens_space_b.vv b/v_windows/v/cmd/tools/vvet/tests/parens_space_b.vv
new file mode 100644
index 0000000..9ea8932
--- /dev/null
+++ b/v_windows/v/cmd/tools/vvet/tests/parens_space_b.vv
@@ -0,0 +1,4 @@
+fn main() {
+ _ = 1 + (1 + 2 )
+}
+