Files
wren/test/regression/429.wren
2017-10-08 10:03:42 -07:00

6 lines
183 B
Plaintext

// 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