mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 06:08:41 +01:00
6
test/regression/429.wren
Normal file
6
test/regression/429.wren
Normal file
@ -0,0 +1,6 @@
|
||||
// The missing "}" was not detected by the compiler and reported as an error,
|
||||
// so it then tried to run the resulting erroneous bytecode and crashed.
|
||||
|
||||
// expect error line 6
|
||||
{
|
||||
System
|
||||
Reference in New Issue
Block a user